You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by an...@apache.org on 2014/06/20 17:48:28 UTC

svn commit: r1604194 - in /jena/Experimental/jena-fuseki2: dwim-fileupload dwim-upload

Author: andy
Date: Fri Jun 20 15:48:28 2014
New Revision: 1604194

URL: http://svn.apache.org/r1604194
Log:
Tidy up dev

Removed:
    jena/Experimental/jena-fuseki2/dwim-fileupload
Modified:
    jena/Experimental/jena-fuseki2/dwim-upload

Modified: jena/Experimental/jena-fuseki2/dwim-upload
URL: http://svn.apache.org/viewvc/jena/Experimental/jena-fuseki2/dwim-upload?rev=1604194&r1=1604193&r2=1604194&view=diff
==============================================================================
--- jena/Experimental/jena-fuseki2/dwim-upload (original)
+++ jena/Experimental/jena-fuseki2/dwim-upload Fri Jun 20 15:48:28 2014
@@ -9,7 +9,8 @@ U='http://localhost:3030/ds/data?graph=h
 # POST
 curl -XPOST --upload-file D.ttl --header 'Content-Type: text/turtle' "$U"
 
-
+# GSP strict / file upload
+## curl -F 'file=@D.ttl' http://localhost:3030/ds/data
 
 # Quads to GSP