| Project: | SWFUpload |
| Version: | 2.0.1 |
| Component: | JavaScript |
| Category: | bug |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | Active |
Under Linux GNU/FF2 the upload_progress_handler is once called after all bytes have been transferred (just before upload_success_handler and upload_complete_handler are called). Needless to say that will break any implementation of a progress bar
(And yes, I upgraded to latest Flash Player Beta.)
| Title: | UploadProgress is only called *after* upload under Linux GNU/FF2 | » UploadProgress is only called *after* upload under Ubuntu GNU Linux + FF2 |
Some debug information:
SWF DEBUG: startFile(): File Reference found. File accepted by startUpload event. Starting upload to ../featuresdemo/upload.php?id=bob for File ID: SWFUpload_0_1
SWF DEBUG: Event: uploadProgress: File ID: SWFUpload_0_1. Bytes: 403800956. Total: 403800956
SWF DEBUG: Event: uploadSuccess: File ID: SWFUpload_0_1 Data: n/a
SWF DEBUG: Event: uploadComplete : Upload cycle complete.