Changes between Initial Version and Version 1 of Ticket #47987, comment 18
- Timestamp:
- 09/27/2019 06:43:53 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #47987, comment 18
initial v1 8 8 As far as I see all uploads are started by the user dropping a file in the browser window or selecting a file from the OS dialog. In these cases no additional data is sent together with the upload. Not sure where that data is supposed to come from..? 9 9 10 Then, after the upload is complete, all the additional post meta is saved with another request, when the user actually adds it. 10 Then, after the upload is complete, all the additional post meta is saved with another request, when the user actually adds it. (By that time we already have the attachment_id as the attachment post was created when the file was uploaded). 11 11 12 12 But that's a question we can look at later...