We are setting up an DB (Sybase) where you can upload a picture into a db through a website.

The JavaScript file upload gets the file okay if you do it from the server itself, but if you try it remotely, through a browser, it doesn't work. the path of the file is resolving to one on the server, rather than one on the remote pc.

is there some tutorial/documentation about dealing with the javascript file upload process? or can anyone offer any advice??

-10kman