Search found 19 matches

by CortoMaltese
Mon Oct 26, 2009 8:39 am
Forum: JBatchUpload
Topic: process.php
Replies: 6
Views: 15783

Re: process.php

Just did :)

Thanks
by CortoMaltese
Fri Oct 23, 2009 9:53 pm
Forum: JBatchUpload
Topic: process.php
Replies: 6
Views: 15783

Re: process.php

I use JfileUpload 2.5 RC1 (with the license of 2.4 pro)
with JBatchUpload pro 2.4
by CortoMaltese
Fri Oct 23, 2009 5:50 pm
Forum: JBatchUpload
Topic: process.php
Replies: 6
Views: 15783

Re: process.php

It does not work for me>.... the java console says : INFO: JBatchUpload 2.4 FINAL.001 Exception in thread "thread applet-jfileupload.upload.client.MApplet.class-2" java.lang.NoSuchMethodError: jfileupload.transfer.client.util.Conf.L(Ljava/lang/String;)Ljava/lang/String; at jfileupload.transfer.clien...
by CortoMaltese
Fri Oct 23, 2009 3:25 pm
Forum: JBatchUpload
Topic: process.php
Replies: 6
Views: 15783

process.php

Hi

is t possible to use JBatchUpload whe using process.php ?

It seem that i added all the files and did the right installation things

The applet still doesnt load

Thanks

Corto
by CortoMaltese
Wed Oct 21, 2009 8:01 am
Forum: JFileUpload
Topic: process.php, process.jsp and mysql database
Replies: 24
Views: 37984

Re: process.php, process.jsp and mysql database

No, JSP requires Java and servlet engine (such as TOMCAT) on server-side. If you have TOMCAT then integrating MySQL won't be a problem. But this will have to be coded in jsp right ? I would add this after: $message = do_post_upload($target_folder,$max_size,$resume); or inside do_post_upload I try t...
by CortoMaltese
Wed Oct 21, 2009 5:51 am
Forum: JFileUpload
Topic: process.php, process.jsp and mysql database
Replies: 24
Views: 37984

process.php, process.jsp and mysql database

Hey guys I thought i would open a topic for that particular subject 2 questions : 1. Is there a way to use process.jsp and adding the file name in a mysql database, knowing i only know php and all my site is in php . 2. in process.php I can't find the right place(s) to put my mysql insert query. I t...
by CortoMaltese
Fri Oct 16, 2009 6:27 am
Forum: JFileUpload
Topic: Realtive path for process.php ?
Replies: 2
Views: 5836

Re: Realtive path for process.php ?

Yes and I thank you for that The thning is i have problems setting up all that jsp stuff And i realy need to move on Also I need to connect the upload files to a database as i'm familiar with php i thought that it vould be easir for me to do it like that, in php directly by the way i have a question...
by CortoMaltese
Mon Oct 12, 2009 6:47 am
Forum: JFileUpload
Topic: Realtive path for process.php ?
Replies: 2
Views: 5836

Realtive path for process.php ?

Hello Still looking for the best solution for me while testing process.php i realise that in document.writeln('<PARAM NAME="url" VALUE="http://www.mysite.com/mydir/process.php">'); i tried to change that to relative path, but it's not working Because i would like to be able to deploy my apps for my ...
by CortoMaltese
Sat Oct 10, 2009 4:27 am
Forum: JFileUpload
Topic: Newbie Tomcat & mod_jk Help
Replies: 7
Views: 14021

Re: Newbie Tomcat & mod_jk Help

OK then Though it works fine I don't think it will fill my needs as it would oblige me to modify so many times the process.jsp What would be the best installation architecture to accomplish this : One server - multiple websites on the server -- every one of these websites running different applets f...