> Guys, > > I am trying to upload a file..that is 4.5M big.. it is a zip with a .txt > in it. > > I have set the max file size in php to 5M but i get the following error > 'APPLICATION ERROR #401' > > it doesn't even 'try' to upload it.
Wrong analysis !! The upload is done correctly, the error 401 is your SQL server that is not happy to store a file of that size. 1) Change the location of file (not in database). 2) Change the configuration of your SQL server. Vincent ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ mantisbt-help mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mantisbt-help
