Is it possible to increase the upload window dimensions?
Fotios Magoufis
4/2/2010 10:06 AM
Open FileVista\FileVistaControl\scripts\filevista.js file and find this string:
ModalDialog.show(resolveControlUrl("upload.aspx") + parameters, 500, 280, language.getString("103"));
You change the with (500) and height (280) of the upload window here.
Cem Alacayir
4/19/2010 9:07 AM
Can this upload window be made resizeable instead of fixed?
Fotios Magoufis
4/20/2010 6:34 AM