|
I'm having problems with using WWW-Authen-Simple on my file upload script.
The uploaded files are empty, and it seems like only the file name is transferred to the server.
File uploads works if I omit the $auth->login($user,$password); line (but the authentication obviously doesn't).
It seems to be some kind of CGI problem, but I can't figure it out.
Suggestions? |