hi,
yes, multipart form uploads are possible, and yes, it was a pain :-) but
i developed some http-servers before so i know what to do...
at the moment, i'm still using (heavy transformed) external http-code
(from www.hughes.com.au/products/libhttpd/) which was not able to do
this...
well, before using it you shoud wait at least for the next release.
today i had a sigsegv ! but some minutes ago i learned about
"backtrace_symbols" :-)
really kind, thanx very much: /I must say I am impressed with your work
though/ , but the big part was done by the sqlite- and the
spidermonkey-crew !
i "just" glued it together... look at the code sizes: only about 100k
is from me (for now) !
cu, gg
Paul M schrieb:
On 10/20/06, Günter Greschenz <[EMAIL PROTECTED]> wrote:
Hi,
a new version is available (0.5.1.9) on
"http://greschenz.dyndns.org/gas.html".
this version uses threads for sending files now ! the reply time is much
better now...
Very cool program. I once wrote something like this in perl, but it never
used a database. I do wish to pose one question. Can this server handle
multipart form uploads(multiple files from one form)? I remeber in perl I
had to implement the support for that and regular form submissions
manually.
I tell you that was a pain. I must say I am impressed with your work
though.
I will take a look and see what I can use this thing for, because it
sounds
like something that can be useful. One last remark, when I built mine I
spent hours deciphering HTTP's exact workings. I hope you didn't have
to do
the same.
Paul M