Welcome Guest Search | Active Topics | Sign In | Register

Ajax Uploader Maximum File Size Options
Posted: Wednesday, August 12, 2009 2:50:07 AM
Rank: Newbie
Groups: Member

Joined: 6/24/2009
Posts: 3
Hi There,


When I set the maximum file size limit, does the verification happens on the client side, or server side?
If it happen on the server file, does it upload the entire file to the server first before testing the file size or will it stop uploading as soon as it reach the limit?


Thanks in advance.


Regards.
eo_support
Posted: Wednesday, August 12, 2009 7:58:59 AM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,194
Hi,

The verification happens on the server side but before the actual file is being uploaded. When the browser uploads the file to the server, it first sends a header to the server, then the file contents. The header includes the file size. As soon as we see the file size in the header exceeding the limits, we will terminate the upload so the actual file is not uploaded.

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.