Hi!,
I'm building a solution in php using codeigniter to be deployed through the ContentCenter. Once in production, the website will have a form where a user can upload a csv file for parsing by the application. The Upload Webkit says to put "/upload" before the location of the script handling the upload of the file. My url (without the upload segment) looks like this:
www.example.com/index.php/admin/do_upload. Where should the new segment go? Thanks for any help you can provide!
ds