I have been trying to get the Flash Upload script to work on our server with no luck. I was first getting a 403 error, then I read to add some entrys to a .htaccess file in the dir so that the safe mode stuff was handled. (or something like that)
The flash page actually says that the file was uploaded and tries to download into the player, but there was never a file uploaded or at least moved to the FILES directory. can anyone help with what might be some issues to look at. I am very novice with PHP, and am on a shared hosting server, so don't have too much access to the php configuration, although I can find out what settings are set to. Thanks so much.
By the way the Flash PHP Upload stuff was found here:
http://www.flash-db.com/Tutorials/upload/And the two entries I made to a .htaccess file were:
SecFilterEngine Off
SecFilterScanPOST Off
These two got me past the 403 error I was getting originally, if that helps.