Search found 10 matches

by dj_hands3
Tue May 26, 2009 3:31 pm
Forum: JFileUpload
Topic: calling information via javascript
Replies: 12
Views: 27002

Re: calling information via javascript

Yes please support, it would be much appreciated, Thanks Sean.
by dj_hands3
Fri May 22, 2009 11:34 pm
Forum: JFileUpload
Topic: calling information via javascript
Replies: 12
Views: 27002

Re: calling information via javascript

Thanks for your ftp version could it be possible to upload a zip file of a proven working demo of this is http mode as I having difficulty confirguring at the moment, regards sean
by dj_hands3
Wed Apr 01, 2009 10:07 pm
Forum: JFileUpload
Topic: removing white space and non file characters
Replies: 3
Views: 7737

Re: removing white space and non file characters

Sorry I tried this and no luck, <!-- var _info = navigator.userAgent; var _ns = false; var _ns6 = false; var _ie = (_info.indexOf("MSIE") > 0 && _info.indexOf("Win") > 0 && _info.indexOf("Windows 3.1") < 0); if (_info.indexOf("Opera") > 0) _ie = false; var _ns = (navigator.appName.indexOf("Netscape"...
by dj_hands3
Tue Mar 31, 2009 10:31 pm
Forum: JFileUpload
Topic: removing white space and non file characters
Replies: 3
Views: 7737

removing white space and non file characters

Just trying to fool proof my upload page and upon tests i had trouble uploading a file name like this: Cartier B2B Spin E B Featuring Sharkie P, Kie, Hyperactive, CKP & Sparks2.mp3 With the above i would need to remove white spaces and ',' and replace with an underscore is there a way to do this and...
by dj_hands3
Sat Mar 07, 2009 2:32 pm
Forum: JFileUpload
Topic: calling information via javascript
Replies: 12
Views: 27002

Re: calling information via javascript

Thank you very much support team this has enabled me to sort it out nice 1 for the zip file! :D
by dj_hands3
Fri Mar 06, 2009 2:30 pm
Forum: JFileUpload
Topic: calling information via javascript
Replies: 12
Views: 27002

Re: calling information via javascript

Hello I have cleared all caches java and IE temp folder, still no luck.To simplify the matter could you do a zip file that includes all files that shows me this working as i have had no luck and is crucial I get this working for my site. Thanks
by dj_hands3
Thu Mar 05, 2009 8:05 pm
Forum: JFileUpload
Topic: calling information via javascript
Replies: 12
Views: 27002

Re: calling information via javascript

still getting errors so I have emailed you a zip of my current files.
by dj_hands3
Thu Mar 05, 2009 1:28 pm
Forum: JFileUpload
Topic: Registration file domian variation problems
Replies: 1
Views: 5736

Registration file domian variation problems

I had a problem with the reg file getting unregisterd to dissappear as i know the example on purchase is http://www.example.com but i found the problem does the reg file work across either the variations http://mysite.com and http://www.mysite.com ? Iv noticed it only works for me on http://www.mysi...
by dj_hands3
Wed Mar 04, 2009 9:40 pm
Forum: JFileUpload
Topic: calling information via javascript
Replies: 12
Views: 27002

Re: calling information via javascript

hello do you have the file applet_ftp_jsapi.js as its mising from the zip file and only shows the http version, i tried modifying my exsisting ftp version but get errors iv copied the jsapi.jar in to the lib folder so its just the applet_ftp_jsapi.js i need to modify? i tried this <!-- var _info = n...
by dj_hands3
Tue Mar 03, 2009 9:46 pm
Forum: JFileUpload
Topic: calling information via javascript
Replies: 12
Views: 27002

calling information via javascript

Hello i know there is a way of calling the file size via javascript e.g. onclick="this.form.field3a.value=document.fileupload.size() but what else i need is the file size, is there a seperate javascript function I could call to get the size of the file uploading?