Page 1 of 1
Java Upload in Frontend
Posted: 19 May 2009, 13:24
by MarcK
Hi,
I have a problem with the java Upload in Phoca Galery. The Java Symbol shows loading, but there is no progress and the loading never ends. Might that be a problem of the webhoster or is it a problem of the client? I tested it on several computers, always with the same result! Im using the latest Phoca galery releas.
Maybe somebody had the same problem and might help me to safe a lot of time...!

Re: Java Upload in Frontend
Posted: 22 May 2009, 08:43
by MarcK
That would be graet because it's realy crazy, the Java Upload at the backend works fine.
Only the Frontend shows the Java Symbol loading for houres, with no result.
Im using Java 1.6.013, Phocagalery 2.2.4 and Joomla 1.5.10
Re: Java Upload in Frontend
Posted: 11 Jun 2009, 08:45
by Re1981
Same problem overhere, is there a solution already?
Re: Java Upload in Frontend
Posted: 13 Jun 2009, 23:32
by Jan
Hi, if the java works in backend for you, it should work in frontend too, there is the same html/java code used
Jan
Re: Java Upload in Frontend
Posted: 15 Jun 2009, 19:29
by MarcK
Very strange...
I already thought something like this, but I couln't get it work in the frontend while the backend works fine.
Re: Java Upload in Frontend
Posted: 18 Jun 2009, 19:08
by Jan
Hi, it seems like there is a bug in front
I will fix it for 2.5.0 beta version, for now you can add into your code the following:
components\com_phocagallery\views\category\tmpl\default_upload.php
before:
Code: Select all
<object classid="java:wjhk.jupload2.JUploadApplet"
add:
components\com_phocagallery\views\user\tmpl\default_upload.php
before:
Code: Select all
<object classid="java:wjhk.jupload2.JUploadApplet"
add:
Maybe this will help.
Jan
Re: Java Upload in Frontend
Posted: 20 Jun 2009, 08:56
by MarcK
Re: Java Upload in Frontend
Posted: 23 Jun 2009, 23:06
by Jan
Ok
Re: Java Upload in Frontend
Posted: 24 Jun 2009, 01:24
by Golioth
I had a similar problem when uploading in frontend.
Multiple adds in de java uploader and trying to upload resulted in a start with preparing the first file... but than it hangs.
When I go to another page and get back to the java uploader it says something about one of the files I tried uploading before was to big (the first file it tried to upload).
When I changed the parameter in the backend for the maximum filesize for javauploads from 0 (which supposed to be unlimited) to a actual size, but high so it's practicly unlimited, the problem was solved.
Hope this helps Jan
