Actions
Bug #240
closeddata file upload does not allow the client to specify an id
Start date:
06/20/2001
Due date:
% Done:
0%
Estimated time:
Bugzilla-Id:
240
Description
The current file upload utility in metacat needs to be altered so that a client
can specify the id of the file being uploaded. We should consider just ignoring
the http problem and using the standard PUT method for this. it would make
uploading much easier and much more uniform.
Related issues
Updated by Matt Jones over 23 years ago
Fixed. ID can now be specified (actually, it MUST be) using the new http based
file upload feature that was implemented (see bug 191). The entire socket-based
file upload implementation has been removed from metacat and replaced with http.
Actions