LPology / Simple-Ajax-Uploader

Javascript file upload plugin with progress bar support. Works in all major browsers, including IE7+, Chrome, Firefox, Safari, and Opera. No dependencies - use it with or without jQuery.
995 stars 267 forks source link

how to verify the size of image before uploading in php #89

Closed vishnuc closed 9 years ago

vishnuc commented 9 years ago

how to verify the size of image before uploading in php , Right now it blocks the size only in javascript,but not in server side.I dont want some one to upload GB of file via curl to my server.

vishnuc commented 9 years ago

ooops my bad , so if anyone wondering how to do this here you go

$size = $Upload->getFileSize();