Anyone working on an image uploader? Basically, I would like to have a script that allows users to upload a file, then returns the full hyperlink for it, including img tags...
What also would be nice is that the image be referrenced through the script so "untrusted" domains can't use the service for linking their files.
example:
My user uploads a picture of his cat using /upload.php.
After upload, a second page shows "file is uploaded, copy this to your clipboard" and then has:
for the user to copy\paste to message on MY FORUM.
example2:
My user uploads a picture of his cat using /upload.php.
After upload, a second page shows "file is uploaded, copy this to your clipboard" and then has:
for the user to copy\paste to message on SOME OTHER FORUM. Picture replaced by default image: "Pictures must be used on Heavybrick Forums only"
Get what I mean?