Home » Archive

Articles tagged with: file

Magento »

[19 Feb 2010 | 11 Comments | 8,187 views]

In adminhtml, you might have the following code in any form. Here ‘logo‘ is the name of the input type file. Or, you may have any HTML Form with the File field in the frontend page. Remember that your form’s enctype should be multipart/form-data.

jQuery, PHP »

[29 Jun 2009 | 10 Comments | 13,135 views]

Here, I am going to show you how easy it is to upload multiple files with the help of jQuery and PHP. I suppose that you are familiar with php and apache web server.