Hi,
I have a problem with uploading files with a custom made interface and was wondering if anyone could help me out.
My interface comprises of a file browser and a submit button which will upload the file selected at local to the content server upon clicked. When I host my app at local, it works fine. However, when I deploy the app to a remote server, the file upload does not behave as it should.
When the user browse for a file, he is selecting the file from his local machine. However when he uploads the file to the content server, documentum actually looks for that file in the web server which may not contain that file. As a result, a file not found exception is always thrown.
Anyone has encountered the same problem before and managed to resolve it?
Thanks in advance