agraddy
April 30th, 2008, 03:31 PM
Hi,
First I just want to say thanks to everyone on these forums. I've been a longtime lurker who has been greatly helped by this forum.
Unfortunately, I've come across an issue that I can't seem to find a solution to, can't find any search results that match, and wanted to see if anybody else had experienced the problem/had a solution.
I've built a flash uploader for a client in AS3. It works great on Windows, however it has some issues on my client's Mac computers (it's been a verified problem on three different Mac computers). When I test it on my Mac, I don't have any problems at all (my Mac and my client's Mac are both 10.5.2 and my client has uninstalled and updated to the latest Flash plugin 9.0.124).
It seems that when my client tries to upload a large file (over 10mb), the Flash player stalls for about 15-20 seconds before the upload begins. This seems to occur on every flash uploader my client uses (for instance, the one at sendspace.com performs the exact same way as the uploader I created for them). The major problem is that my client is reporting that sometimes the PROGRESS events just stop and the whole upload stalls (I'm not sure if the PROGRESS event stops or if the COMPLETE event is never called - yes, we are returning data for the COMPLETE event so that is not the problem).
I think everything is related to the 15-20 second lag or delay that the client is experiencing as soon as the FileReference.upload() method is called.
My first question is has anybody using a Mac experienced 15-20 second delays when they try to upload large files (I'm new to the Mac platform, but my Mac doesn't delay at all)?
My second question is does anybody know why this is happening or has experienced this issue before?
First I just want to say thanks to everyone on these forums. I've been a longtime lurker who has been greatly helped by this forum.
Unfortunately, I've come across an issue that I can't seem to find a solution to, can't find any search results that match, and wanted to see if anybody else had experienced the problem/had a solution.
I've built a flash uploader for a client in AS3. It works great on Windows, however it has some issues on my client's Mac computers (it's been a verified problem on three different Mac computers). When I test it on my Mac, I don't have any problems at all (my Mac and my client's Mac are both 10.5.2 and my client has uninstalled and updated to the latest Flash plugin 9.0.124).
It seems that when my client tries to upload a large file (over 10mb), the Flash player stalls for about 15-20 seconds before the upload begins. This seems to occur on every flash uploader my client uses (for instance, the one at sendspace.com performs the exact same way as the uploader I created for them). The major problem is that my client is reporting that sometimes the PROGRESS events just stop and the whole upload stalls (I'm not sure if the PROGRESS event stops or if the COMPLETE event is never called - yes, we are returning data for the COMPLETE event so that is not the problem).
I think everything is related to the 15-20 second lag or delay that the client is experiencing as soon as the FileReference.upload() method is called.
My first question is has anybody using a Mac experienced 15-20 second delays when they try to upload large files (I'm new to the Mac platform, but my Mac doesn't delay at all)?
My second question is does anybody know why this is happening or has experienced this issue before?