In which folder are the images or PDFs that I save saved?

This public forum is for user-to-user discussions of PHPMaker. Note that this is not support forum.
Post Reply
vertigo666
User
Posts: 34

In which folder are the images or PDFs that I save saved?

Post by vertigo666 »

I have a field of type LONGBLOB in my database, and my application effectively selects and saves my image or pdf, but curiously I regenerated my project and the images were not shown again in the application, so I decided to look for these images / pdf in the root folder since I have a folder that you configure in general options-> FileUpload.

but in this folder there are files that can not be seen.

Where do I save or how do I configure a cap for example images so that the images saved in my application are saved in perfect condition if I want to recover them later ?.


arbei
User
Posts: 9284

Post by arbei »

Note the when you are using the blob field to save the image/file, the file data is in the database.

If you need to upload the file to the "Upload" folder, use a text field and set up the Edit Tag as "File".

Read help file topic: "Project Setup" -> "Field Setup" for more information.


Post Reply