Hello,
I am using the upload and resize extention to upload files. however, i would like to have multiple "groups" or files in the form as follows:
(group 1) Name1a Name1b File1
(group 2) Name2a Name2b File2
i can get it working correctly with 1 group of fields, however, when i try and use the extension to upload multiple groups, I cannont get the specific form fields (name1a, name1b) to insert separately into each record.
what im getting is:
ID1 - id# of row name1a - "name1a,name2a" name2 - "name2b,name2b" fileName - file name uploaded
ID2 - id# of row name1a - "name1a,name2a" name2 - "name1b,name2b" fileName - file name uploaded
Can this be done where i would end up with the following:
ID1 - id# of row name1a - "name1a" name2 - "name1b" fileName - file name uploaded
ID2 - id# of row name1a - "name2a" name2 - "name2b" fileName - file name uploaded
Thanks!
|
|
|