On 2005-12-30, Brad Cathey <[EMAIL PROTECTED]> wrote:
> Hi all,
>
> I've not used C::A to upload files. Anything different or do I just use
> standard CGI?

File uploading is outside the scope of C::A, so there is no standard
solution.

I wrote CGI::Uploader as one way to solve the problem. CGI::Upload is a
lighter weight solution, and directly using the upload() method of
CGI.pm (or equivalent) definitely works as well.

I tend to use CGI::Uploader as my solution, but since I wrote it, that's
not an incredibly helpful endorsement. 

    Mark

-- 
http://mark.stosberg.com/ 


---------------------------------------------------------------------
Web Archive:  http://www.mail-archive.com/[email protected]/
              http://marc.theaimsgroup.com/?l=cgiapp&r=1&w=2
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to