ldoodle
04-13-2009, 01:28 PM
Hiya,
I need to provide the ability for users to upload files, but instead of actually uploading the file, I want a link to file from wherever they uploaded it from. So if the file was:
\\fileserver1\Users\Documents\file1.doc
I want a field in the database to have \\fileserver1\Users\Documents\file1.doc in it, and the output on the page shows as an href.
The output part i'm OK with, it's just getting the path and filename of the document into the db.
Thanks
I need to provide the ability for users to upload files, but instead of actually uploading the file, I want a link to file from wherever they uploaded it from. So if the file was:
\\fileserver1\Users\Documents\file1.doc
I want a field in the database to have \\fileserver1\Users\Documents\file1.doc in it, and the output on the page shows as an href.
The output part i'm OK with, it's just getting the path and filename of the document into the db.
Thanks