mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
- PHP library uses upload conten servlet to stream content into the repository. This allows us to handle the upload of large files.
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@5655 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -241,5 +241,10 @@ public class UploadContentServlet extends BaseServlet
|
|||||||
// Set return status
|
// Set return status
|
||||||
res.getWriter().write(writer.getContentData().toString());
|
res.getWriter().write(writer.getContentData().toString());
|
||||||
res.flushBuffer();
|
res.flushBuffer();
|
||||||
|
|
||||||
|
if (logger.isDebugEnabled() == true)
|
||||||
|
{
|
||||||
|
logger.debug("UploadContentServlet done");
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user