User-1826049516 posted
Hi,
I know security in browser prevents this out of the box, so what are my options. What I need are the file name (without path), file name (with path), size, modified, type. I then want to insert this data from the file input into a SQL database (formatting
the path to url based rather than actual path).
Take a sample file chosen from R:\Documents\Doc1.docx. In this case R: is a drive mapping to our file server, which is separate from the web server.
Name | Size | Type | Modified | Url
Doc1.docx | 143273 | application/vnd.openxmlformats-officedocument.wordprocessingml.document | 2018-11-26 14:05:49 |
https://websitename/Documents/Doc1.docx
I need it like this because we don't want a true upload. We want a pointer to the actual file that is used as a hyperlink.
Thanks