Search code examples
phpajaxfile-uploadasyncfileupload

AJAX image upload possible jquery with preview


I am trying to find some sort of plug-in for Ajax upload with a file preview. The image will be saved into a MySQL dataBase. Is that even possible? I guess all things are possible with certain requirements. Have you guys ever come across anything like that?


Solution

  • I also store the uploaded images in a directory and their names in the database.

    I have developed a jQuery plugin that performs a dynamic upload of an image when it is selected, and previews it.

    You can find a demo of the UploaderPreviewer plugin here:

    http://dondedeportes.es/uploader-previewer

    Hope it is useful for you or for anyone with the same problem.