Re: POSTing a file to a web server

2004-09-20 Thread Chipp Walters
Hi Richard, It's possible to do, but not necessarily trivial as you need to use a php or asp script on the server side. Check out in the documentation: libUrlMultipartFormData and you might want to take a look at the RFC1867 spec (Google) I had an old library that did what you want, but it's been

POSTing a file to a web server

2004-09-20 Thread Richard Davey
Hi all, I am new to Revolution, having been playing with it for a few days now. I am interested to know what the easiest way might be to POST a file to a web server? (not an FTP upload). I have managed to post variables to a server, but not a file yet. If it is possible, is there a way of having