Is there a way to get the filename that has been uploaded as a parameter so it could be parsed into a url? Because the user will be redirected to an edit page where some info (like title of image) will be added onto the database along with the url to the image which is why I need the name of the file.
Hi,
Is there a way to get the filename that has been uploaded as a parameter so it could be parsed into a url? Because the user will be redirected to an edit page where some info (like title of image) will be added onto the database along with the url to the image which is why I need the name of the file.
Thank you