Advanced Multi Uploader Support Product Page

Answered

How do I combine additional form fields with multi uploader?

Asked 21 Jul 2014 15:39:45
1
has this question
21 Jul 2014 15:39:45 Andre Bender posted:
I want to save some additional form fields content along with the multi uploaded images. How do I achieve this?

Can I create a dynamic folder name (f.e. NEWSID) along with Advanced Multi Uploader? Thanks

Replies

Replied 23 Jul 2014 08:24:21
23 Jul 2014 08:24:21 Andre Bender replied:
Any ideas?
Replied 24 Jul 2014 07:36:16
24 Jul 2014 07:36:16 Andre Bender replied:
Up
Replied 24 Jul 2014 08:58:28
24 Jul 2014 08:58:28 Teodor Kuduschiev replied:
Hello,
You can create a dynamic folder the same way as using Pure PHP Upload.
As for the dditional form fields - do you need them for each of the uploaded images?
Replied 24 Jul 2014 09:58:56
24 Jul 2014 09:58:56 Andre Bender replied:
Hi Teodor
Thx for you reply.

The additional fields (or the values of them) will be the same for all multiple uploaded images. Means for example all images will have additional NEWSID of 123 when I select the corresponding News entry from a menulist.

When I create a form with a multiple form uploder and other fields, how do have to do this? (a tutorial would be nice for this kind of problem)

Replied 25 Jul 2014 15:01:09
25 Jul 2014 15:01:09 Andre Bender replied:
Up
Replied 28 Jul 2014 07:22:42
28 Jul 2014 07:22:42 Andre Bender replied:
I still need an answer on this. Thanks
Replied 28 Jul 2014 07:26:19
28 Jul 2014 07:26:19 Andre Bender replied:
Furthermore I've created a blank page just with Multiuploader on it and uploading is not working. Write access is set on the folder. No redirect configured, no access restrictions on the page itself. Is the current version working with the newest JS?
Replied 28 Jul 2014 07:35:09
28 Jul 2014 07:35:09 Teodor Kuduschiev replied:
Hello,
You can create a dynamic folder by opening the pure php upload UI and pasting something like:
"../Gallery/NEWSID".$_GET['id'] 

In this example PPU gets the url variable "id" and sets it in the folder name.
As for the additional info you want to store - you can place a hidden field inside the form that is being created by the Advanced Multi Uploader and set its value with some php code. Then on submit you can store this value into the database.
Replied 28 Jul 2014 07:41:41
28 Jul 2014 07:41:41 Teodor Kuduschiev replied:
As for the page that is not uploading - please send a link to it to so we can check what is wrong.
Replied 28 Jul 2014 09:13:33
28 Jul 2014 09:13:33 Andre Bender replied:
Thanks Teodor

Is it possible to add a custom button to run the multiple upload with the additional fields instead of the integrated "upload" button?

Do I have the use the basic DW insert behavior to insert the additional field values?

Reply to this topic