Hi,

I have an artifact (4GB) that doesn't fit in memory.  In order to construct
a request, I need to specify multipart/form-data in the request header. 
When I post this artifact, I get 200 OK back but the uploaded artifact
contains the boundary information, such as

  Content-Type: multipart/form-data; boundary="6G+f"

  --6G+f
  Content-Disposition: form-data; name="name"

which leads me to believe that the REST API doesn't recognize
multipart/form-data.  Is this the case, or is there a way to PUT an artifact
using form-data?  Some of the forum posts seem to indicate that the web UI's
upload feature is using multipart/form-data, but I didn't see this usage on
REST API documentation.

Thanks,

Satoshi



--
View this message in context: 
http://forums.jfrog.org/Uploading-a-large-artifact-via-REST-API-using-multipart-form-data-tp7579898.html
Sent from the Artifactory - Users mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Open source business process management suite built on Java and Eclipse
Turn processes into business applications with Bonita BPM Community Edition
Quickly connect people, data, and systems into organized workflows
Winner of BOSSIE, CODIE, OW2 and Gartner awards
http://p.sf.net/sfu/Bonitasoft
_______________________________________________
Artifactory-users mailing list
Artifactory-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/artifactory-users

Reply via email to