This content has been marked as final.
Show 2 replies
-
1. Re: Spry and ADDT - Add to favorites
MARIN Cristian Sep 12, 2007 2:27 PM (in response to oicram)The feature you are looking for, Drag & Drop doesn't exists yet in Spry which would allow you to complete the steps above describe for a user to add picture to their favorites.
About the multiple upload, I'm not sure, but I think you can actually upload multiple files and associate them with a record by using actually a second database table that would keep the images location and will also contain a foreign key to the original table you want to associate these records. I think you can manage these tables using the Master Detail structure. Is been awhile since I didn't worked with MXKollection (now ADDT) and I'm not sure these information are correct but it is worthing to give a search on these ideas in the documentation.
Regards,
Cristian -
2. Re: Spry and ADDT - Add to favorites
oicram Sep 12, 2007 2:42 PM (in response to oicram)I have look to the interakt and adobe forums, and the answer is:
"Indeed, you cannot apply it to a form, but you can use a two step process. On the first page, you have your form, that submits by GET to the form where you have the multiple file upload with save to database. Then, on that page, you apply the SB, and using InterAKT Dynamic Data (the button with the blue lightning bolt) you can insert into the database the values submitted by the first form."
So I can't. The drag and drop is not supported. Ok. It was not mandatory and actually I don't know if the user will understand. But what about the other solution with the button?
thanks in advance

