I’m working on an AJAX batch upload fieldtype and I wonder if it’s possible to post/upload a file to somewhere within EE? Right now I’m using a standalone PHP script (in the themes folder) to handle the uploaded file. It works, but I would like to have access to the API to be able to save file information in the database to be used when parsing templates.
Another approach might be to load the API in my standalone PHP script and do stuff from there, if that’s possible?
Thanks in advance!