GWT uploading a file to a unix path -


i'm kinda puzzled how unix path looks like. have followed example write simple fileuploader using gwt. guide written windows in mind. if have c drive. in windows told program save files c:\save_here\

but in unix, i'm using ubuntu, there no c drives or other drives single letter representation. wonder write instead? i'm getting error 500 time now. , can't figure out how path should be.

the guide i've been following found here

edit not problem duo path. still need though fixing problem. followed steps in url posted on question.

unix paths start @ common root , denoted / , separates directories / e.g. /home/starcom might home directory. create new directory, mkdir /home/starcom/uploaded , use path. or testing perhaps use /tmp

you can more info here


Comments

Popular posts from this blog

java - SNMP4J General Variable Binding Error -

windows - Python Service Installation - "Could not find PythonClass entry" -

Determine if a XmlNode is empty or null in C#? -