NetTalk Central

Author Topic: Upload Files  (Read 1938 times)

nevy

  • Newbie
  • *
  • Posts: 21
    • View Profile
    • Email
Upload Files
« on: August 09, 2011, 07:11:44 AM »
Have a Upload file field on a form. If I select the Check box "Allow Multiple Selections" it shows me the comma separated list of the selected files in the field on the form, but when I want to slice the string to split the entries to different records in a table, I only get the last entry selected in the field.

Many thanks

Neville

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11194
    • View Profile
Re: Upload Files
« Reply #1 on: August 09, 2011, 10:23:00 PM »
Hi Neville,

although the standard supports multiple file uploads, and that's why the setting is there, most browsers do not yet support it. It's been a while, so I'll recheck, but you probably want to add multiple fields if you want to allow multiple uploads.

cheers
Bruce


nevy

  • Newbie
  • *
  • Posts: 21
    • View Profile
    • Email
Re: Upload Files
« Reply #2 on: August 09, 2011, 11:40:55 PM »
Hi Bruce,

Thanks for the reply. I am wanting to save every file to a separate record in a table, so that why I need to Slice the incoming string.