Discussion:
Upload a file with GoAhead Webserver
(too old to reply)
fred4534
2005-07-25 14:44:35 UTC
Permalink
Hello,

I'm using the GoAhead embedded Webserver
(http://webserver.goahead.com/webserver/webserver.htm) which can use
only ASP and a set of javascript instructions.
I'm trying to make an upload of a file from the client computer to the
embedded server and to store it in the memory of the server.
All the ASP upload scripts I've found use vbscript functions but this
is not possible with the GoAhead Webserver.

Does anyone have an upload script which use only javascript ?

thanks
fred4534.
p***@uni-mb.si
2005-07-26 13:55:33 UTC
Permalink
Post by fred4534
All the ASP upload scripts I've found use vbscript functions but this
is not possible with the GoAhead Webserver.
Does anyone have an upload script which use only javascript ?
I choose goform to do that in one of my project. You need file upload
patch that enables the support for multipart/form-data. Try Google to
find this patch or I will find it at home.

Regards,
Peter
fred4534
2005-07-27 10:31:31 UTC
Permalink
For information, I found the patch for use of UploadForms with the
GoAhead WebServer and it works perfectly well. :-)

Here is the address :
http://data.goahead.com/Software/Webserver/2.1.4/wsUpload-2.1.1.tar.gz


bye
p***@uni-mb.si
2005-07-27 11:54:37 UTC
Permalink
This is right patch. But be careful - it is for specific version of the
server (2.1.4).

Peter

Loading...