cancel
Showing results for 
Search instead for 
Did you mean: 

Upload Documents to Share via URL

karl578
Champ in-the-making
Champ in-the-making
Is there a way to configure Alfresco to upload documents via a URL?

e.g. type in http://mywebsite.com/mydocument.pdf

Karl
4 REPLIES 4

ssaravanan
Champ in-the-making
Champ in-the-making
Uploading of docs with a url  is not there in Share

loftux
Star Contributor
Star Contributor
Alfresco webscripts api:s is available via http://localhost:8080/share/proxy/alfresco/, ie http://localhost:8080/share/proxy/alfresco/api/upload
Documentation http:/localhost:8080/alfresco/service/index/uri/api/upload

I've not tested this, but we are able to upload documents in Share, so of course there is a way.

loftux
Star Contributor
Star Contributor
Hmm, reading again, the question is about url uploading, and likely not possible as ssaravan said.

mrogers
Star Contributor
Star Contributor
If I understand correctly you want the server to read the contents of a URL and write it into a content property.

That sounds like a something you could do in an action, a rule, or a custom control in share.    It's a bit "backwards" since web browsers normally push content to be written to the server.     However assuming that the server can read the content then its going to be fairly easy.