Menu

#303 Filebrowser references c:\\ - not valid on unix machines

open
nobody
None
5
2008-02-17
2008-02-17
Anonymous
No

This doesn't work on unix.

ThinWire(R) RIA Ajax Framework v1.2_RC2_r586

Webservlet.java line 334 is:
upload.setRepositoryPath("C:\\");

Should be something like this: upload.setRepositoryPath(System.getProperty("java.io.tmpdir") + System.getProperty("file.separator"));

Discussion


Log in to post a comment.