Welcome Guest Search | Active Topics | Sign In | Register

Ajax Uploader - Incorrect posted file count in Firefox and Opera Options
Phil
Posted: Monday, April 18, 2011 7:27:03 AM
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
eo_support
Posted: Monday, April 18, 2011 5:26:02 PM
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!


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.