AEMaaCS file upload on published url - best practices
Hello all,
I have a requirement to upload assets on AEMaaCS publish instance via dispatcher and cdn url ,that can be images pdf of certain sizes on publisher via a form (not AEM form) exposed to the public. This then syncs the data keyed in to a 3rd party data store , this also includes persisting of the uploaded files to the 3rd party data store.
questions I have are while I can implement a simple form post exposed to public, without saving data into AEM
1. is there a best practice to implement the upload files functionality on published url with and without scanning? Does it need to be restricted in terms of file size .
2. Does it need to be stored in a temp location or can I post it to a third party data store directly .
3. Any other gotchas