FineUploader / fine-uploader

Multiple file upload plugin with image previews, drag and drop, progress bars. S3 and Azure support, image scaling, form support, chunking, resume, pause, and tons of other features.
https://fineuploader.com
MIT License
8.18k stars 1.87k forks source link

13 - File API Browsers - Add support for display of image thumbnails/previews (pre-upload) #868

Closed rnicholus closed 11 years ago

rnicholus commented 11 years ago

This includes:

rnicholus commented 11 years ago

Depends on #867

rnicholus commented 11 years ago

The primary goals for this feature/story are:

To implement:

rnicholus commented 11 years ago

Note that this feature includes a change that ensures a "qqfilename" parameter is always sent with all traditional endpoint upload requests. This was done to make it easier and more consistent for servers to parse the file name without having to strip off path information that IE may send along with the name associated with the file's multipart boundary filename field.