sdalgleish
Programmer
I'm looking to create a little app that takes in information about a file then uses a form input file type box to select the file and store its filename.
I've got this working to a degree - I can store the file name no problem.
What I'm wondering is if it is possible to instead of storing:
document.doc
to store
//localfileserver/path/to/file/document.doc
Is there a way to do this in PHP?
I've got this working to a degree - I can store the file name no problem.
What I'm wondering is if it is possible to instead of storing:
document.doc
to store
//localfileserver/path/to/file/document.doc
Is there a way to do this in PHP?