This topic is locked

PHPRunner / save just file path without uploading the file

1/3/2020 12:00:09 PM
PHPRunner General questions
P
Peter_Klein author

Hi there,

I was wondering whether it is possible to save just the file path including file name in the database without uploading the file.
Happy for any suggestion

PK

lefty 1/3/2020



Hi there,

I was wondering whether it is possible to save just the file path including file name in the database without uploading the file.
Happy for any suggestion

PK


I guess we would need more details as why ? What would you be linking to ? What would be the database filename? You can get file path after upload but that is not what you need? Please explain further as this may be javascript dialog or PHP?

or Possibly you need this stored as JSON format to call from outside your application. More details will help