NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: wkim on May 01, 2008, 09:11:49 PM

Title: File Upload
Post by: wkim 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
Title: Re: File Upload
Post by: Bruce 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