Forum - File & Image Uploader
English (Global) => General Discussion => Topic started by: nayo on 17-06-2011, 11:13:15
-
when you put the option retry if upload fails...
sometimes an upload is done fully at 100%, filehost recognize it as good, while zoom uploader not...
so zoom uploader will try again to upload it creating 1 or more copies up to the number of retries allowed...
so there is a problem sometimes at 100% where zoom thinks there is a problem, while filehost has got the uploaded 100% file in it
-
I will check that report from you ...
-
i found out that files listed by zoom uploader as failed but with 1024/1024 are correctly showing as ok in the filehost
while files failed with for example 254/1024 are proper failings... so they arent in the filehost
you could make a fix working this way:
pseudo code on:
if uploaded data till now = file dimension then this file is uploaded ok (example 1024/1024)
instead if uploaded data < file dimension then this is a proper failing, not a fake failing
btw what do you think about it :P ?
-
sometimes a file uploaded 1024/1024 is a real fail and wont show on file host
-
seems like server issue