Oops. I did see some samples in the C::U::Cookbook. I guess I'm looking for general file uploads (I don't need the image manipulation that is in all the examples). Am looking to check for size, and trap errors in a friendly way while uploading a file to the hard drive.
Thanks, Brad > Mark, > > Thanks. Actually that was helpful. I just didn't know if there was a > C::A::P::Upload in the offering. I did look at C::Uploader, but need to > look again. I know that is outside the purview of this list serve, but > would be curious to see a working example. > > Brad > >> 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] >> >> >> > > > --------------------------------------------------------------------- > 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] > > > --------------------------------------------------------------------- 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]
