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.19k stars 1.87k forks source link

Add hide attribute to each scaled image #1505

Open ayelkawar2 opened 8 years ago

ayelkawar2 commented 8 years ago

Currently there is no way to have sendOriginal set to false and hideScaled set to true if you want only 1 file to show up the the uploader list. A possible solution is to have hide attribute on each of the sizes.

https://stackoverflow.com/questions/34213214/how-do-i-show-only-1-scaled-image-in-fineuploader

rnicholus commented 8 years ago

Is there any particular reason why you don't want all scaled images to show up in the list? Barring something very compelling, I don't see this type of adjustment making it into a future release.

ayelkawar2 commented 8 years ago

I need to upload a 2 scaled images but not the original image. One would be max size of 1200 and other would be a thumbnail with max size of 350. I only want to show one image to the user since user doesnt need to know that 2 images are being uploaded for each image. Until now I was uploading the original image and a thumbnail image, so I could use the hideScaled option. Now I am not going to upload the original image at all.

I honestly can't think of a reason for why I would want to show all the scaled images on the list. Showing multiple images would make the users think that they uploaded the same images twice by mistake.

rnicholus commented 8 years ago

We'll consider this for a future release, but I'm not exactly sure when. 5.5 and 6.0 are already full at this time.

ayelkawar2 commented 8 years ago

Thanks Ray.