extjs 4 logo - ExtJS 4: file upload example using PHP

ExtJS 4: file upload example using PHP

Posted on

extjs 4 logo - ExtJS 4: file upload example using PHPExtJS 4 has a very handy file component which can be used to upload files to server. Lets see today how to use ExtJS file component to upload file on server. I am using PHP to upload file but you can use Java, Ruby or C#.

First, create a Ext.form.Panel with file component. Add a Upload button and a button click handler. This handler will validate and submit form to upload.php file.

Upload.php file…

Output will look similar to as follows…

extjs 4 file upload - ExtJS 4: file upload example using PHP

After successfully upload of file..

extjs file upload - ExtJS 4: file upload example using PHP

Download Source (1.95 Kb without ExtJS 4 Library)

Source techzoo.org