Hi all,
In my form, I am want to allow user to stire an image for his record.
The user is allowed to insert the file in the given area from the local PC and enter the filename.
Once the user clicks "submit" button, the file from local PC is to be saved in a specified folder on server. The filename will be saved in the database.
If the user wants to edit the image after putting on the form (before clicking submit button), then how to save the modified file on the server ?
Can anybody suggest alternate solution, if any?