NetTalk Central

Author Topic: File Upload  (Read 3494 times)

wkim

  • Newbie
  • *
  • Posts: 7
    • View Profile
File Upload
« on: May 01, 2008, 09:11:49 PM »
Hello,

I have a little javascript that uploads files. How can NetTalk Web Server receive these files?  I mean can I manually receive incoming file(s). I saw the example 26 and looks like somehow incoming files are handled automatically by NetTalk.

Thank you.
Wesley

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11250
    • View Profile
Re: File Upload
« Reply #1 on: May 02, 2008, 03:18:08 AM »
Hi Wesley,

the generic answer is that the files are probably arriving as a POST, in which case you need to handle the post correctly. Possibly by making a procedure, possibly by tweaking the WebHandler procedure.

To be more specific I'd need to see the script, or at the very least the log entry of the file arriving...

Cheers
Bruce