Hello, We are trying out Sling as a restful front end for a content repository. I have have successfully posted an image file to the sling repository, but am having some difficulty getting it back out. My post url looks like:
http://localhost:8090/blue/content/workorders/* With a file of buzzhead.jpg The repository successfully stores the image and has the following content path: blue --content ----workorders --------3_1388702474798 ----------buzzhead.jpg -------------jcr:content note that the 3_1388.. is auto generated so I cannot retrieve the file using GET http://localhost:8090/blue/content/workorders/buzzhead.jpg Am I posting incorrectly? Without knowledge of the autogenerated number am kind of stuck. -- View this message in context: http://apache-sling.73963.n3.nabble.com/Retrieving-an-uploaded-file-tp4029988.html Sent from the Sling - Users mailing list archive at Nabble.com.
