[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] CGI Programming - File Uploads
- Subject: Re: [cobalt-users] CGI Programming - File Uploads
- From: Kris Dahl <krislists@xxxxxxxxxxxxx>
- Date: Thu Aug 3 10:11:10 2000
on 8/3/00 8:20 AM, George Gates at nywebdoctor@xxxxxxxxxxx wrote:
> I am starting to build a C library to handle all types of form input and
> have everything figured out except processing file uploads. Can't seem to
> locate any docs or specs for this. Any help would be appreciated - here are
> my questions:
>
> Are there specs online somewhere regarding this process?
This is sort of the wrong forum to be posting this question.
I would suggest taking a look at a couple of places:
www.w3c.org for the spec of how ot handle form uploads
I would also look at CPAN.org to see how some of the PERL people do it.
-k