05-02-2006 11:25 AM
05-02-2006 12:12 PM
05-02-2006 12:14 PM
05-02-2006 03:04 PM
09-22-2006 12:20 PM
09-22-2006 12:36 PM
09-22-2006 01:55 PM
09-23-2006 12:02 AM
Hi,
At the moment the only way to write content to the server via the web service interface is by using the write method and setting the byte[] parameter.
I appreciate your concerns around large file using this method of upload. It is certainly an area we need to expand to allow the web service interface to cope better with very large files.
Calling write multiple times currently won't help as it will overwrite the existing content on every call. Perhaps we need an append method?
Another possibility would be to attach the content file to the request directly as an attachment, then the content could be streamed as you suggest?
I'll create a Jira task to ensure this gets followed through.
Cheers,
Roy
09-23-2006 02:29 AM
Hi,
At the moment the only way to write content to the server via the web service interface is by using the write method and setting the byte[] parameter.
I appreciate your concerns around large file using this method of upload. It is certainly an area we need to expand to allow the web service interface to cope better with very large files.
Calling write multiple times currently won't help as it will overwrite the existing content on every call. Perhaps we need an append method?
Another possibility would be to attach the content file to the request directly as an attachment, then the content could be streamed as you suggest?
I'll create a Jira task to ensure this gets followed through.
Cheers,
Roy
Roy,
Doesn't the append mechansim make more sense in terms of web service API? When you first consider it anyway. Although the drawbacks come flooding in. The client has to manage the fragmentation of the file which is awkward an error prone etc.
I know that GLOBUS which is a grid computing platform has some capabilities for moving large sets of data around. It might be worth while looking at what they are doing. I have lost touch with them for a couple a while but they where moving very heavily in the direction of WS and I am curious what they have done with thier data handling. Maybe they have a model that is suitable.
09-23-2006 12:37 PM
Is there a builtin mechanism to Alfresco that has it monitor local directories for modifications? Or would I have to modify Alfresco's source?
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.