Hello,
how can I get a hold of the URL of an uploaded file in order to do something with that URL?
Say, the file upload field ID is 21. I've tried accessing the URL via $_FILES['input_21'] but didn't succeed. Also, which hook do I have to use?
It'd be great if you could point me to an example.
Thank you.
Marc.