Basically, I want to let others upload pictures, videos and text files on my website, and after they uploaded it, it should redirect them to their image's link. How can I do that?
I did. I found a good one BUT it won't redirect to image's link.Its somewhat difficult to explain briefly, but this is all stuff you can Google.
I did. I found a good one BUT it won't redirect to image's link.
header("Location: <url you want to redirect to>");
Well idk how I can automatically make it know what's the link of the pic and automatically redirect to it. Like, I upload a file named johncena.png, it should redirect to /uploads/johncena.png. How do I make it know the name + extension of the pic so it can redirect to it?Code:header("Location: <url you want to redirect to>");
Assuming you're using PHP, place that where you want to redirect the user.
I'm not sure what the code is you have, so I really can't tell you.Well idk how I can automatically make it know what's the link of the pic and automatically redirect to it. Like, I upload a file named johncena.png, it should redirect to /uploads/johncena.png. How do I make it know the name + extension of the pic so it can redirect to it?
Imma pm you the code[DOUBLEPOST=1466711200][/DOUBLEPOST]Problem solved, thanks to mattrick.I'm not sure what the code is you have, so I really can't tell you.
