Flash Uploader

I’m working on a flash uploader and I’ve just ran into a problem that I don’t know how to solve. Flash 8 (and previous versions too I believe) warns the user if a script (Actionscript not PHP) takes more than 15 seconds to execute. Since uploading files will definitely take more than fifteen seconds, the user will have to keep clicking OK when the warning message appears. If anyone who knows the solution around this please let me know. I read the Flash live docs on this problem and there is no way to disable this warning.

Thanks

bump

Well by just uploading the file you will get no warning at all. The action is executed in the background and Flash will continue to execute the next line of code before the upload has even begun.

If you get a timeout error there must be something else that’s wrong.

/Mirandir