Hi all,
I have implemented File upload with DFS using UCF as mentioned in DFS 6.0 sp1 Dev Guide.However when i tried to upload the file ,the DfsServiceServlet which
is responsible for creating File in docbase is taking file path from System where DfsServiceServlet is runing.Its not taking file from End User machine.When
I looked the API the FileContent() takes local file path as argument.
for ex. I gave file path as F://mydocuments/test.doc from End user m/c,but the servlet is looking for file in the local system instead of End user m/c and its throwing FileNotFound Exception.
Has any have experience...How do we make the DfsServiceServlet to point End user m/c file path and take the file for imorting into repository.
Regards,
karthick s