Can I use folder path to upload a file into Alfresco using Rest API or any other service. If yes can you please provide details
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-20-2019 09:43 AM
There is a requirement in the project that the calling application do not have guids and there is possibility of duplicate folder names.
Can I use the REST API with folder path to upload the files to a specific folder with guid.
If yes, can you please point to API (url) and documentation.
Thanks in advance.
Regards
Dilip
- Labels:
-
Alfresco Content Services
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-20-2019 09:10 AM
Hi dilip singaraju‌,
- Please look this http://localhost:8080/alfresco/s/script/org/alfresco/repository/upload/upload.post there are multiple option like "uploaddirectory" parameter which accept folderPath OR "destination" parameter which accept folder NodeRef.
- Another approach Alfresco Chrome Extension to upload files!. This Chrome Extension might be helpful to you
Thanks,
Prachi shah

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-09-2020 07:23 AM
How can i use it with AlfrescoUP (Alfresco file uploader) - Chrome Web Store this. do i need to create a java program for it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-13-2020 02:46 PM
See the steps here: https://hub.alfresco.com/t5/ecm-archive/alfresco-chrome-extension-to-upload-files/m-p/105963
(ACSCE, AWS SAA, Azure Admin)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-20-2019 09:20 AM
Follow as Prachi mentioned, additionally you can look at this post as well for more details: https://javaworld-abhinav.blogspot.com/2014/09/upload-documents-to-alfresco-using-rest.html
(ACSCE, AWS SAA, Azure Admin)
