User Tools

Site Tools


file_storage

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Last revisionBoth sides next revision
file_storage [2023/05/21 00:23] – [SQL Data] wtkadminfile_storage [2023/05/21 00:25] – [wtkFiles Data Table] wtkadmin
Line 58: Line 58:
 Wizard's Toolkit makes uploading files and tracking them easy with a combination of SQL data, JS and PHP functions.  Plus there is PHP integration with both AWS S3 and Cloudflare R2 (which use the same AWS SDK).  PHP pages are provided for managing uploading of files, storing their locations, managing their location of onsite or external hosting, and viewing of the files regardless of their hosting location. Wizard's Toolkit makes uploading files and tracking them easy with a combination of SQL data, JS and PHP functions.  Plus there is PHP integration with both AWS S3 and Cloudflare R2 (which use the same AWS SDK).  PHP pages are provided for managing uploading of files, storing their locations, managing their location of onsite or external hosting, and viewing of the files regardless of their hosting location.
  
-These should be stored in the `wtkFiles` data table.  To make them **private** simply set the `TempDownload` column to 'Y' This works regardless of whether file is stored locally or externally (AWS S3 or Cloudflare R2).+The information about the uploaded files should be stored in the `wtkFiles` data table.  To make them **private** simply set the `TempDownload` column to 'Y' This works regardless of whether file is stored locally or externally (AWS S3 or Cloudflare R2).
  
 **File Definition** **File Definition**
file_storage.txt · Last modified: 2023/08/23 20:51 by wtkadmin