Get the path only of a file and do not attach it to the document

I would like to achieve the following.On a web page, put in a field the path and only the path of a file automatically.

I think about the browse … feature to attach a file. I can get the path but I do not want to attach the file I selected.

Is there a way to accomplish this without having a WQS agent removing the attached file ?

Does the Browse … button, the right way to do it or is there somewhere a JavaScript code that prompts me a box in which I can select a path.

Thanks,

Christophe

Subject: Get the path only of a file and do not attach it to the document

After the file is chosen or known, use a computed field with @FileDir querying the upload control to automatically get the path stored in this field.

HTH

Geoff-