Sunday, August 4, 2013

Ajax file upload  Wouldn’t it be great if users didn’t have to load page when uploading a file? This is Continuation of the previous post PHP File Upload, everything is similar to previous examples, only difference is here we will use jQuery Ajax to upload file without refreshing page.

You just Download  it and configure in your local machine.

Note: To show image in your database:
 Database:

CREATE TABLE IF NOT EXISTS `file_records` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`file_name` varchar(60) NOT NULL,
`file_title` varchar(60) NOT NULL,
`file_size` int(11) NOT NULL,
`uploaded_date` datetime NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;
 
 





Please click here: Ajax file upload

By: Nora

Your Visit is Your Help

0 comments:

Post a Comment

Related Posts Plugin for WordPress, Blogger...
 

Thanks you for your visiting, Your Visit is Your Help.




Copyright © Vooshare All Right Reserved
Advertisement: vooshare@gmail.com or fill the Contact Us form above.