rnuss
14 years agoNew Contributor
Trouble uploading files
I'm using the "Attach File" link. Smaller files get uploaded fine, but files above a certain size (~20k) do not. The uploading progress bar just spins forever.
For some reason your "java.io.tmpdir" is pointing to "E:\TEMP", and you don't appear to have an E: drive. Java is probably getting this from the value of the TEMP environment variable.
You can override this in the "ccollab-server.vmoptions" file in the CodeCollaborator Server installation directory by adding the following line:
-Djava.io.tmpdir=C:\WRITABLE_PATH_HERE