file uploading

Permalink
I need to upload image files to concrete5 site without them being added to the database. these just need to be uploaded to a directory i specify. these fiels are used by an add on i am building.

 
LucasAnderson replied on at Permalink Reply
LucasAnderson
I would just use FTP to create your folder and add files to it.
peteswat replied on at Permalink Reply
I'm building an app that needs to upload files into its own db. I just want to point it at a directory and click upload so that all the images in the folder are uploaded. this is for clients to upload using custom screens in a c5 site.