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.
I would just use FTP to create your folder and add files to it.
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.