0
I have an upload plugin in PHP/CSS from which the user chooses multiple images and the upload field is stylized as per that link. Look at:
However, I need to make these images appear when selected and have the option to choose which will be the main one before uploading. Have any medium or plugin that does this?
Choose the photos...
Possible duplicate of Show Image before saving to bank
– Andre Gusmao
Other answer: https://answall.com/questions/152396/upload-de-fotos-com-preview-javascript-ajax?noredirect=1&lq=1
– Andre Gusmao
Thank you Andre, but what best suited my needs was this link: http://jsfiddle.net/ERZVC/2/
– user24136
I just helped on a question (on another subject) but that a part of his code does exactly that of a look at this post, mainly in the method
handleFileSelect(evt)
. Notice that he’s using Filereader()– Neuber Oliveira