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
Post a Comment