Need some guidance on using Ajax upload photo

Asked By 10 points N/A Posted on -
qa-featured

Hello. 

Can someone give me some examples or guide on how to use Ajax on uploading photos? Does this need to use jquery? I would be so grateful if you can provide me some Ajax upload photo tips. 

SHARE
Best Answer by Toni Linscomb
Answered By 0 points N/A #140385

Need some guidance on using Ajax upload photo

qa-featured

Hello,

First of all you can either use HTML, PHP or JavaScript to upload photos.

Most of the developers uses snippet of certain scripts.

Here is an example-

You can use this on your HTML page to start uploading immediately.

 

 

Best Answer
Best Answer
Answered By 5 points N/A #140386

Need some guidance on using Ajax upload photo

qa-featured

You can use Ajax and JQuery to upload an image to the database.

You will need an internet connection to see the program running correctly since the Jquery files are added through Google Apis.

You can still download those files into your local machine in update the code with local path.

Add the following JavaScript code within your web page <head> tags
 
Then check out the sample code in link which guides you through image upload using Ajax:
 

Related Questions