how Upload Max Size using ajax? -


how upload file size of top 10mb using ajax there settings in ajax

like: autoupload: true, singlefileuploads: false,

for example: maxfilesize: 20mb or isuploadfile: true

tanks

whatever on client (js, frameworks, whatever) you'll have check content-length in http header on server when upload starts.

it easy work around client-side limitation may put in place.

depending on server technology may easy or difficult , varies from, say, php asp.net or rails.


Comments

Popular posts from this blog

sublimetext3 - what keyboard shortcut is to comment/uncomment for this script tag in sublime -

java - No use of nillable="0" in SOAP Webservice -

ubuntu - Laravel 5.2 quickstart guide gives Not Found Error -