cancel
Showing results for 
Search instead for 
Did you mean: 

Creating Directories form another system

rudef2
Champ in-the-making
Champ in-the-making
Hello, first post newbie.

I have a process in place, running on a typical Apache php MySQL web server on another box, where I have a web form that an end user fills out and describing some in characteristics of a document, finds the document via a typical browse button and in one push of the submit button creates the needed folder structure on the current web-server,and uploads the file. I would like to basically do this on the alfresco server from my current application, pointing php code either from my current box to create the directory structure on the Afresco server and upload the file, or install php mysql on the Afresco server and follow that path.

Is any of this possible?

Thanks for any advice or code examples would be awesome.
1 REPLY 1

jpotts
World-Class Innovator
World-Class Innovator
Sorry it took so long for someone to reply. Have you looked at the PHP CMIS API available at Apache Chemistry? Using that from your existing web app you could easily connect to Alfresco, create folders, upload content, and set metadata.

If you don't want to use that library, you could also look at the PHP SDK on Google Code.

Jeff