Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

jQuery: Open File Upload window by pressing a link or image.?

Is this possible to open a File Upload window when clicking on a image or link. (like what exactly in the <input type="file" name="upload" />).

like image 932
coderex Avatar asked Mar 31 '10 08:03

coderex


1 Answers

Take a look at the jQuery ajax upload plugin. It allows to upload files via "ajax" (technically not really, but the effect is the same) and doesn't use input buttons (technically it does, but they are invisible).

like image 57
Thomas Bonini Avatar answered Sep 28 '22 09:09

Thomas Bonini