Re: File upload problem

2009-07-07 Thread Warren Young
Andrew Koebrick (ADM) wrote: Any thoughts on getting them to play well together? The use of CGI.pm to construct file upload fields is a mere convenience. You can do the same thing by writing raw HTML. It's just uglier than the corresponding CGI.pm code, is all. As I said above, all other

RE: File upload problem

2009-07-07 Thread Andrew Koebrick (ADM)
It looks like I figured out my problem with the missing $Request->Form data. I have RequestBinaryRead set to "Off". Turning this off gives me content in $Reqest->Form, but it unfortunately seems to then break CGI.pm. I had ReqestBinaryRead turned off because of a different problem I was havi

Re: File upload problem / $Request->Form problem

2009-07-03 Thread D. L. Fox
Probably not what is causing your scenario but... I once had a scenario similar to this and found the problem was in my HTML. I needed to use both "id" and "name" attributes for each element in the form. If I just used one or the other, it wouldn't pass any data for that element. Andrew Koebric

Re: File upload problem

2009-07-02 Thread Warren Young
Andrew Koebrick (ADM) wrote: Can't locate object method "request" via package "Apache" Have you tried this patch: http://www.gossamer-threads.com/lists/modperl/asp/89060?search_string=yarrow;#89060 ? - To unsubscribe, e-mail

RE: File upload problem

2009-07-02 Thread Andrew Koebrick (ADM)
>> Would I be correct in guessing that this Apache::ASP application is brand new..? Well, there have been the usual updates to the perl modules, but I have been running apache::asp on the site since ~2000. But as I generally only use apache::asp to embed the perl, rather than to replace the CG

Re: File upload problem / $Request->Form problem

2009-07-01 Thread Warren Young
Andrew Koebrick (ADM) wrote: asp title: cgi title: test title Would I be correct in guessing that this Apache::ASP application is brand new, and hasn't been running successfully for some time in the same configuration? If so, I would guess that you don't yet have Apache::ASP set up correct

RE: File upload problem / $Request->Form problem

2009-07-01 Thread Andrew Koebrick (ADM)
nal Message- From: Warren Young [mailto:war...@etr-usa.com] Sent: Tuesday, June 30, 2009 8:42 PM To: Apache-ASP List Subject: Re: File upload problem Andrew Koebrick (ADM) wrote: > (http://www.apache-asp.org/cgi.html) that the recommendation is to roll > back to CGI v2.78. The docs

Re: File upload problem

2009-06-30 Thread Warren Young
Andrew Koebrick (ADM) wrote: (http://www.apache-asp.org/cgi.html) that the recommendation is to roll back to CGI v2.78. The docs are just giving that version as a known-working example. I've successfully uploaded files to servers running CGI.pm v2.89 and v3.15. I end up with an empty fil