I got it working. It looks like there were two different problems: 1. The default max file size limit was smaller than I expected 2. I was trying to use GD for the thumbnailing which wasn't working
I adjusted the file size limits in .htaccess and switched the thumbnailing to Imagemagick. I also created a completely non-Flash uploading interface for people who don't mind uploading their files one at a time. I should have a usable photo contests tool in a couple weeks. Stay tuned... Ryan Kaldari On Fri, Nov 13, 2009 at 5:37 PM, Platonides <[email protected]> wrote: > Ryan Kaldari wrote: >> Hello all, >> I just got my account set up on the toolserver and I was playing >> around with trying to get multi-file flash uploading working. >> Unfortunately, I get the following error each time: >> HTTP_ERROR - The file upload was attempted but the server did not >> return a 200 status code. >> I have the uploads directory set to be world writable, and I'm pretty >> sure I have the path info set correctly in the script. Is there >> anything special I need to do in order to be able to upload files to >> the toolserver (via a php script hosted on the toolserver)? Do you >> know if mod_security is turned on for example? >> >> The script works fine in the other hosting environments I've tried >> (local and a shared web host). If no one has any ideas off the bat, >> I'll try to do some more debugging. Thanks! >> >> If anyone wants to try it out for themselves: >> http://toolserver.org/~kaldari/uploadphotos.php?event=4 >> >> Ryan Kaldari > > Does it work using an old-fashioned html upload? > Even without this issue, some people can't/doesn't want to use Flash. > > > _______________________________________________ > Toolserver-l mailing list ([email protected]) > https://lists.wikimedia.org/mailman/listinfo/toolserver-l > Posting guidelines for this list: > https://wiki.toolserver.org/view/Mailing_list_etiquette > _______________________________________________ Toolserver-l mailing list ([email protected]) https://lists.wikimedia.org/mailman/listinfo/toolserver-l Posting guidelines for this list: https://wiki.toolserver.org/view/Mailing_list_etiquette
