NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: Poul on July 26, 2010, 01:29:11 PM

Title: File Uploading
Post by: Poul on July 26, 2010, 01:29:11 PM
I have a set of files i would like to upload.
is there an easy way using the File Upload button to handle more than one file. without having to browse to each? (Since i can deduce the filenames after the first selection)

If i try multiple upload buttons I  can't seem to programmatically set the filenames, via: using send to server/reset etc.

or a way to :
 to upload via a wildcard? or Update via contents of a folder? or a filelist? ...

thanks
poul

(nettalk4)


Title: Re: File Uploading
Post by: kevin plummer on July 26, 2010, 03:13:09 PM
Hi Poul,

I was using a web document storage and retrieval system last year and it had the screen to upload multiple files similar to what you would be used to in windows. I thought that was pretty cool. I later saw the same screen as a JQuery add on.

HTH's

Kev
Title: Re: File Uploading
Post by: Bruce on July 28, 2010, 11:00:49 AM
Hi Poul,


I experimented with this a couple years ago. As far as I recall for fairly obvious security reasons javascript cannot change the value of file-upload fields.

cheers
Bruce