I have html form with lot of textboxes, and three optional image uploads.
How can I make ajax:
1) Saves the pictures in the server folder [example: ./MyImages]
2) When pictures are saved, their URL’s and all other textbox data is saved to mysql.
thank you
You can use Ajax Form to post the data and the files using ajax.
Then in your php file you can save the images into a directory, see : move uploaded file then save the file names to your db.
So you can reach the url’s using your website url, directory name and file name.