Changes between Initial Version and Version 1 of Ticket #888, comment 1
- Timestamp:
- 13.11.2015 14:49:19 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #888, comment 1
initial v1 1 1 Uploading a file does not necessarily mean the file is to be stored at server-side. Its up to the service which receives the upload to decide what to do with the file. 2 2 3 Consider an import plugin: the user uploads a file, the service processes it on-the-fly, and don't even tstores the file.3 Consider an import plugin: the user uploads a file, the service processes it on-the-fly, and don't even stores the file. 4 4 5 5 In short: you upload to a service, not to a folder. You provide the service, you provide the upload request URL. So, from my view this provides the most flexible upload support the Core/Files service can offer. This flexible upload support was introduced in DM 4.3. See #655.