vip-ip
Account Closed
- Impact
- 24
I'm making an image uploading script.
This is what's displayed after the image is uploaded successfuly:
How do I make the second line a link? This is what it looks like:
http://x2.putfile.com/3/8714471391.gif
How do I make the selected, and arrow-pointed space a link to that directory?
Thanks.
This is what's displayed after the image is uploaded successfuly:
Code:
echo "Your file was uploaded sucessfully!<br>\n"; }
echo "http://localhost:8181/".$HTTP_POST_FILES['userfile']['name']."<br>\n";
echo "File Name: ".$HTTP_POST_FILES['userfile']['name']."<br>\n";
echo "File Size: ".$HTTP_POST_FILES['userfile']['size']." bytes<br>\n";
echo "File Type: ".$HTTP_POST_FILES['userfile']['type']."<br>\n";
How do I make the second line a link? This is what it looks like:
http://x2.putfile.com/3/8714471391.gif
How do I make the selected, and arrow-pointed space a link to that directory?
Thanks.












