PDA

View Full Version : Upload Problems


Wino
03-12-2008, 05:54 PM
When I run my swf uploader, all of the traces say that I'm selecting the file, uploading the file, and that the upload completes.

However, when I look on the server, the file is not there. The upload.php file, though, is on the server, in the appropriate directory, with the subdirectory created (using my FTP program).

I have not yet put my swf onto the server, so I suspect that is the problem.

The question: Is there some way to silently fail an upload on the server side while the Flash thinks it is uploaded?

I used the examples I posted earlier, and have stripped all sorting, checking, etc. All that is left is the file reference code on the AS/client side, and the upload code on the PHP/server side. I can post the barebones script if you like.

I've also set up both the flash player and the Security settings to allow the transaction. As I said, no error message, and all traces (selected, connected, completed) said it worked... just no file.