Rank: Advanced Member Groups: Member
Joined: 11/16/2010 Posts: 48
|
I select a file and start the upload - the progress bar is shown and the uploadCompleted event is fired. The TempImages directory on the hosts then contains a .data, .info and .status file for the uploaded file.
However, with Firefox and Opera, I get uploader.PostedFiles.Count= 0. With IE, Chrome and Safari I get 1
I actually have more than one uploader on the page. If I invoke more than one, all but the last show PostedFiles.Count=1 in all browsers, but the last one shows 0 in Firefox and Opera
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
The AJAXUploader does not have uploadCompleted event. PostedFiles does not have Count property either. We tested with FileUploaded event and Length property and they work fine on FireFox. If FileUploaded and Length are what you meant, please try to provide a test page to reproduce the problem. Make sure the test page runs independently and only contain code needed to reproduce the problem. We will be happy to take a look as soon as we have that.
Thanks!
|