PHP Classes

File: README.md

Recommend this page to a friend!
  Classes of Bharat Parmar   File Upload With AJAX   README.md   Download  
File: README.md
Role: Auxiliary data
Content type: text/markdown
Description: Plugin Description file
Class: File Upload With AJAX
Handle file uploads and returns JSON response
Author: By
Last change:
Date: 8 years ago
Size: 655 bytes
 

Contents

Class file image Download

File Upload with AJAX

User can upload the file with AJAX. Once the file will be selected by User, the Script will confirm user to upload file or not. If user allow to upload file, it will be uploaded to the server and return the File Name and Download Link of the uploaded file.

Developed By :

Bharat Parmar

Version :

1.0

File Structure :

1) example.php : Example Script file 2) ajax.class.php : This file will upload the selected file to the "upload" directory. 3) upload : This directory will store uploaded files. 4) jquery.min.js : JQuery File for the AJAX and Javascript functions.

Requirements :

1) PHP Version : 3.0 and above