Hello
I use the "Pro2.5"
I have the field of upload within a form, is possiblie leave the field of upload not obligatory?
Why to every submit of the form it wonders a file to load...
Thanks
XUpload - Load not obligatory
- PilgrimX182
- Posts: 2186
- Joined: Mar 22, 2006 1:39 pm
Sure. Just comment this line in xupload.js:
Code: Select all
if(NF==0){alert('Select at least one file to upload');return false;};
Hi,
OK - I've figured out how to do this now from this other thread:
http://sibsoft.net/forum/making-file-up ... -t528.html
Tested and works ok.
Thanks,
Si
OK - I've figured out how to do this now from this other thread:
http://sibsoft.net/forum/making-file-up ... -t528.html
Tested and works ok.
Thanks,
Si