You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Upload class had a @todo Allow for non-database uploads note. It might be worth investigating its applicability for non-database uploads.
This could be useful to allow uploading files which are directly pushed on to some third party service, or which are manipulated and then fed directly back to the frontend, etc.
GuySartorelli
changed the title
TODO: Consider utilising the Upload class for file uploads that don't involve the database
Consider utilising the Upload class for file uploads that don't involve the database
Oct 24, 2023
Description
The Upload class had a
@todo Allow for non-database uploads
note. It might be worth investigating its applicability for non-database uploads.This could be useful to allow uploading files which are directly pushed on to some third party service, or which are manipulated and then fed directly back to the frontend, etc.
See:
silverstripe-assets/src/Upload.php
Line 30 in 27000f1
The text was updated successfully, but these errors were encountered: