Re: Multipart/mixed usage in GSP test suite.

Example without <> lossage:

>>>> Body

------WebKitFormBoundaryL18pZXOnJU1nOGFY
Content-Disposition: form-data; name="UNSET FILE NAME"; 
filename="datafile.ttl"
Content-Type: application/octet-stream

@prefix : <http://example/> .

  <http://example/s> :p 123 .
  <http://example/s> :p 456 .
  <http://example/s> :p 789 .

------WebKitFormBoundaryL18pZXOnJU1nOGFY
Content-Disposition: form-data; name="UNSET FILE NAME"; 
filename="datafile-2.ttl"
Content-Type: application/octet-stream

@prefix : <http://example/> .

  <http://example/s> :p "abc" .
  <http://example/s> :p "def" .

------WebKitFormBoundaryL18pZXOnJU1nOGFY
Content-Disposition: form-data; name="graph"

default
------WebKitFormBoundaryL18pZXOnJU1nOGFY--
<<<< Body

Received on Tuesday, 20 November 2012 11:20:28 UTC