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

pre911mindset’s picture

This 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.