Popup A Modal containing a download list when uninstalling a blueimp download file using jimp

I have been using jQuery-File-Upload for several months and have implemented a rather sophisticated bootloader with direct access to S3, subsequent processing of backend thumbnails, etc.

However, now I was instructed to allow users to leave their photos on the main page and pop up a built-in modal that will contain a list of files. Subsequently, the user will be able to discard more images on the modal itself. (using boot modals)

I am using jQuery-File-upload-ui with overrides. I do not need to support browsers that do not support HTML5. I am using Rails 3.1.11 and jQuery 1.7.2 with jQuery-fileupload-rails 0.3.5 gem.

I have been working on this for a while and turn off my fingers in the process, but I canโ€™t understand.

Is it possible?

+4
source share

Source: https://habr.com/ru/post/1469118/


All Articles