NetTalk Central

Author Topic: File Uploading  (Read 4607 times)

Poul

  • Full Member
  • ***
  • Posts: 160
    • View Profile
File Uploading
« 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)



kevin plummer

  • Hero Member
  • *****
  • Posts: 1195
    • View Profile
    • Production Accounting and Software Payroll
Re: File Uploading
« Reply #1 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

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11298
    • View Profile
Re: File Uploading
« Reply #2 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