Image Uploading and Previewing with Jquery
Does anyone know a good plugin to upload and preview an image using jquery....? I've been googling this for a long time and still can't find any....!!!
Thanks a开发者_如何学JAVAnd Regards...
You can't upload using only javascript, so you won't find anything with jQuery. Using AJAX you can lookup these :
jQuery Ajax File Upload
jQuery Multiple Files Upload
If jQuery is not a total requirement, try also looking up swfupload.
Found a pretty neat script to upload an image using php. javascript and ajax...
Here's the link...The script is pretty neat... You can preview the image before the final upload... Hope it will be useful for others...
http://www.webdeveloper.com/forum/showthread.php?t=209720
Thanks and Regards...
精彩评论