Re: Detect a file upload, can I?

From: Kyler Laird (Kyler@news.Lairds.org)
Date: 11/01/02


From: Kyler Laird <Kyler@news.Lairds.org>
Date: Fri, 01 Nov 2002 18:24:09 GMT


"Nico Kadel-Garcia" <nkadel@bellatlantic.net> writes:

>> Also, have you considered HTTP(S) uploads? We do this
>> a lot and just build the processing into a simple CGI
>> (or Zope) script that handles the upload.

>What do you use to do the uploads for HTTPS?

For CGI, I whipped up a simple (and ugly) Perl script.
If I did it again, I'd write a clean one in Python.

In Zope, it's fairly trivial to do this with a simple
Python Script.

--kyler



Relevant Pages

  • Re: Need to add something to form to make file uploads possible.. but what?
    ... J> I found a really useful tutorial for cgi beginners ... J> script and when I tested the online form it did indeed get emailed ... J> I found some html code somewhere on the web to create the buttons ... to send email and not do upload (at least according to what i read. ...
    (comp.lang.perl.misc)
  • Re: Run CGI in php
    ... Due to a limitation of PHP from my host I need to run a ... cgi script to upload a file larger than 2MB (PSUpload ... This script work good but i need to fill others information about the ... did anyone know how to execute this CGI perl script in php so i ...
    (comp.lang.php)
  • Need help with a Perl Script Error
    ... I'm fairly new to writing Perl CGI Scripts. ... uploads a file to a web server. ... The script runs fine when I am using ... # Concatenate the path & file name for UPLOAD ...
    (comp.lang.perl.misc)
  • Need to add something to form to make file uploads possible.. but what?
    ... upload some photos before they 'submit' the information. ... I found a really useful tutorial for cgi beginners ... some html code somewhere on the web to create the buttons and on the web ... I have pasted my embarassing 'script' below - can someone tell me if there ...
    (comp.lang.perl.misc)
  • Re: Uploading images via cgi?
    ... >> How do I go about writing a cgi script, that will enable the client to ... >> upload things to a directory on my website? ...
    (comp.lang.python)