User-1858220497 posted
Hi
I am using dropzone.js to upload multiple Photos by an ASP.Net webform.aspx. Everything is fine and I can save image file to server and its name to DB.
My problem is that i want to enable user to add title for each photo easily:
1- I want to have a "add title" button for each photo;
2- A modal popup would be displayed after clicking on "add title" button;
3- Modal popup has a textbox for image title and a save button
4- User enters a title and click on "save title"
5- Immediately after "save title click" modal popup will be closed and image title would be updated;
6- User could see the title by "mouse over" on desired image
7- All steps are with Ajax and Jquery without any postback!
Is it possible with dropzone.js?
Here is a sample: http://my.niazerooz.com/advertisement/ad/create/ but I am not sure that they are using dropzone.js… of course its functionality is my concern
Here are fields of Photogalery table :
Photo_id int Unchecked
FileName varchar(50) Unchecked
FileTitle nvarchar(50) Checked
Thank you for taking your time