Active
Project:
imgupload
Version:
6.x-1.7
Component:
Miscellaneous
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
15 Oct 2008 at 12:05 UTC
Updated:
15 Oct 2008 at 12:51 UTC
Hi there.
I'm trialling Imgupload on a project and so far it seems to work very effectively - it handled a 6MB high res photo disturbingly easy!
Question is: can we have a way of setting the default image upload directory? When it opens, I'd prefer it always went to the desktop, as some people who will be using it will have trouble using the interface to navigate to the right directory.
If its already possible (and I suspect it might be by editing the Java source) can you let me know?
Thanks!
Comments
Comment #1
pre911mindset commentedThis could be done (most easily) by having the constructor in file_chooser.java call super(path) as the first statement.
Problem is this is client-machine specific, since Unix users (and I guess Mac?) won't have a 'Desktop'.
Desktop on my system shows up in the drop-down menu.