Combining The Two Ways of Storing a File |
1/21/2021 2:14:35 AM |
PHPRunner General questions | |
F
fahad225 authorDevClub member
Hello Everyone, |
|
![]() |
Sergey Kornilov admin 1/21/2021 |
It is possible with the help of code in events like BeforeAdd and BeforeEdit. PHPRunner will let you upload the file to the file system for instance and you can use your own code to save it to the database field additionally. And the same applies to editing. |
F
|
fahad225 authorDevClub member 1/22/2021 |
It is possible with the help of code in events like BeforeAdd and BeforeEdit. PHPRunner will let you upload the file to the file system for instance and you can use your own code to save it to the database field additionally. And the same applies to editing.
|
S
|
salus1DevClub member 1/23/2021 |
If you upload the images to a folder on your server you then could reference the images by URL using a different field. |