Hi experts,
I managed to upload a file to the KM using FileUpload UI element.
When I click on "Browse" and attached a file and click on "save" the application upload it successfully to the KM.
When I insert the file's name with its path, for example "c:\test.doc", in the text field and click on "save" the application upload it successfully to the KM.
But when I insert the file's name without its path, for example "test.doc", in the text field and click on "save" the application stuck, as if it is searching for this file!!!
How can I check the FileUpload text field content? I managed to check if it is null or not but I couldn't check the content, if it is "test.doc" or "c:\test.doc".
Any suggestions?
Regards,
Haytham