Advanced Multi Uploader Support Product Page
Can any ASP user confirm this Extension works
Asked 16 years ago
1
has this question
16 years ago Kenny Darcy posted:
Hi yea,I have had no joy in getting this extension to work, and not got a reply from support.
Can any ASP user confirm they got this extension to work please.
regards
Kenny
Replies
Replied 14 years ago
14 years ago marty engle replied:
I'm also having issues getting the filename to store in my database. I'm having users create a 'Project' on the first page, then 'Continue' to add files to this new project. The AMU page has a hidden field that pulls the newest 'Project' ID to store with the AMU files as a foreign ID. However, the files upload just fine, but I'm not sure how to store the filenames in the database, nor do I know how to tie the foreign ID to the files. I've used the Insert Record transaction to store these form fields, but it has yet to work.
Replied 14 years ago
14 years ago marty engle replied:
Also, to clarify, I'm using Pure PHP Upload. Both are the latest versions.
Replied 14 years ago
14 years ago Miroslav Zografski replied:
Hello Marty,
Once you place the AMU on a page it creates a form with name "UploadQueue". Any field that is placed within that form goes together with the filename to Insert Record Server Behavior and gets inserted ( if you have set up the insert record to insert it ) into the record of Each file.
So i.e. if you have 2 more fields into that form i.e. "Project" and "Date" and you upload 3 files you will end up with 3 records that will have same "Project" and "Date" fields.
Regards,