NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: nevy on August 09, 2011, 07:11:44 AM

Title: Upload Files
Post by: nevy 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
Title: Re: Upload Files
Post by: Bruce 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

Title: Re: Upload Files
Post by: nevy 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.