Rank: Newbie Groups: Member
Joined: 12/3/2007 Posts: 8
|
Hello,
I'm running v5.0.34.2. It seems there is a problem with AJAXUploader and its MaxDataSize property. On my page there is a form with uploader control and a lot of other form fields. Say I'm trying to upload 250K file - but progress shows me that there is about 400K of data to be uploaded. I want to limit allowed file size to 300K, but it fails on 250K - it seems uploader submits the whole form along with all other fields (there is a huge HTML editor and so on - totally ~ 150K) ? I've tried to wrap the uploader into empty <form></form> - but this break my application.
Please advise - should I upgrade to latest version (if problem was fixed there) or what workaround could you suggest?
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
Please try the latest version. The latest version uses a separate form to post the files.
Thanks!
|