01-21-2009 09:35 AM
01-21-2009 10:11 AM
08-26-2009 06:34 AM
08-26-2009 07:43 AM
PLEASE HELP AS SOON AS POSSIBLE!You're going to have to supply more information, such as the code you've put together to upload a file with.
08-26-2009 11:25 PM
08-27-2009 12:10 AM
08-28-2009 03:04 AM
it also gives somtimes error that this targetfolder is undefined. I don't know what built in functions are using because im just following Developer guide book as practise for customization. And path "+PATH:\"app:company_home/*\" +TYPE:\"cm:folder\" +@cm\\:name:\"Someco\" i don't know about it much either If you can please help me?If it sometimes gets to the line where the Lucene query is running, then the formdata object must have been parsed correctly in that instance. You need to make sure you've got the "Someco" folder immediately under Company Home.
08-28-2009 05:26 AM
08-31-2010 07:21 AM
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
<title>File Upload</title>
</head>
<body>
<form method="POST" name="uploadForm" enctype='multipart/form-data' id="upload_form" action="http://localhost/alfresco/service/api/upload">
<input type="hidden" name="destination" id="destination" value="workspace://SpacesStore/9305eefb-d062-45de-b135-4c7a505b89ba"/> // node reference of the folder where you want to upload , you can get it from alfresco webclient by view details action
<label>
Name:
</label>
<br/>
<input type="text" name="filename" id="filename"/><p/>
<label>
Description:
</label>
<br/>
<textarea name="description" id="description"></textarea>
<p/>
<label>
File:
</label>
<br/>
<input class="button" type="file" name="filedata" id="filedata"/><p/>
<input class="button" type="submit" name="submit" value="Upload"/>
</form>
</body>
</html>
09-01-2010 10:43 AM
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.