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 Koebrick

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 CGI

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

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