I got a file uploading perl script running on my server. It accepts the following formats:
- .jpeg
- .jpg
- .gif
- .png
- .txt
I was going to allow .cgi and .pl (perl scripts) but then I realized that they could be executed on my server, so as a security risk, i took them out.
File upload
username: guest
password: guest
it will give you the URL to your file.
File limit: about 2 MB.