Ajax File Upload with PHP and jQuery

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
Share on Google Plus

About Unknown

This is a short description in the author block about the author. You edit it by entering text in the "Biographical Info" field in the user admin panel.
    Blogger Comment
    Facebook Comment

0 comments:

Post a Comment