![]() |
HJB 7/14/2018 |
I am creating a database for uploading images. I would like to upload the images into a predefined folder based upon date. In the events tab I had added the following code to the Add page -> Before record added.
$folder = $_SESSION["Folder"];
|
![]() |
Admin 7/16/2018 |
You need to move your code to "Add page: BeforeProcess" event. BeforeAdd event happens after files are uploaded tot he server. |
W
|
wypman author 7/21/2018 |
You need to move your code to "Add page: BeforeProcess" event. BeforeAdd event happens after files are uploaded tot he server.
|