Question
File Upload
Hello,
First time posting. I'm looking to have a page that will allow users to upload a pdf file and it will create a link to that file on a web page. I've got the file upload down, but I can't get the relative path name to create the link. Right now, I have a second box that says type the file name in, which then gets stored in the database. The file upload sends the file to the server, and my web page uses the file name they typed in to make the link on the page. It'd be nice to just have them be able to browse to the file and I can get the file name from the file upload object and put that into the database.
Thanks
First time posting. I'm looking to have a page that will allow users to upload a pdf file and it will create a link to that file on a web page. I've got the file upload down, but I can't get the relative path name to create the link. Right now, I have a second box that says type the file name in, which then gets stored in the database. The file upload sends the file to the server, and my web page uses the file name they typed in to make the link on the page. It'd be nice to just have them be able to browse to the file and I can get the file name from the file upload object and put that into the database.
Thanks
