Upload applet (JUpload) : the easiest upload ! - Page 16 Upload applet (JUpload) : the easiest upload ! - Page 16
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

Upload applet (JUpload) : the easiest upload !

Started by etienne_sf, April 28, 2007, 10:41:28 AM

Previous topic - Next topic

0 Members and 7 Guests are viewing this topic.

sanghino

QuoteI have used JUpload for uploading over 400 photos at a time, of app. 3.5mb each. They were resized before upload and I had no problems at all.
ok i want to use jupload in the same way of you, can you tell me your settings? in particular

in coppermine configuration

Create intermediate pictures
Max width or height of an intermediate picture/video
Max size for uploaded files (KB)
Max width or height for uploaded pictures (pixels)
Auto resize images that are larger than max width or height

in jupload configuration

maxChunkSize
maxFileSize
maxNonTransformedPictureSize

thanks in advance

Cirno


will

I've recently moved my Upload link from my SYS MENU to my SUB MENU but now I have lost the JUpload link, I've tried reinstalling it but no luck, is there anyway of making it show again without moving the Upload link back ;)

jesusarmy

On my site, JUpload creates a user directory but is unable to put any files in it. I strongly suspect this is to do with silly_safe_mode, which I have enabled and which normally forces all uploaded files into the same directory.

Am I right in concluding therefore that JUpload doesn't cooperate with the silly_safe_mode flag?


erostew

Quote from: jesusarmy on November 22, 2007, 11:31:44 AM
On my site, JUpload creates a user directory but is unable to put any files in it. I strongly suspect this is to do with silly_safe_mode, which I have enabled and which normally forces all uploaded files into the same directory.

Am I right in concluding therefore that JUpload doesn't cooperate with the silly_safe_mode flag?


If you're using silly_safe_mode that means you are using cpg 1.5alpha
JUpload is written for 1.4 so of course it doesn't support a 1.5 feature. There is no support on this board for cpg1.5.

erostew

Quote from: will on November 21, 2007, 08:21:29 PM
I've recently moved my Upload link from my SYS MENU to my SUB MENU but now I have lost the JUpload link, I've tried reinstalling it but no luck, is there anyway of making it show again without moving the Upload link back ;)
JUpload is probably looking for the upload button entry on the sys menu so it can place it's own button after it. If it doesn't find it... no JUpload button. You can probably add the Upload button back to the sys menu and then use the final extract plugin to disable it. Should work after that.

erostew

#306
Quote from: sanghino on November 21, 2007, 07:46:26 PM
ok i want to use jupload in the same way of you, can you tell me your settings? in particular

in coppermine configuration

Create intermediate pictures
Max width or height of an intermediate picture/video
Max size for uploaded files (KB)
Max width or height for uploaded pictures (pixels)
Auto resize images that are larger than max width or height

in jupload configuration

maxChunkSize
maxFileSize
maxNonTransformedPictureSize

thanks in advance

My settings won't help you. I have different settings for php.ini on my server with more memory, etc. You can set max width/height to whatever you want and it won't help if you don't have enough memory. I don't have anything set for maxChunk or maxFile and maxTransformed is set to the same as I have in my coppermine config. Auto-resize is on. Filesizes depend on what you are allowed on your own server.

I suggest you ask for support in the correct place and get your normal upload working first., before trying to use JUpload.

sanghino


jesusarmy

Quote from: erostew on November 22, 2007, 04:46:19 PM
If you're using silly_safe_mode that means you are using cpg 1.5alpha
JUpload is written for 1.4 so of course it doesn't support a 1.5 feature. There is no support on this board for cpg1.5.

As far as I know, I am using 1.4.14, the documents for which say:
Quote2.4 Safe mode issues
A significant number of webhosts on the Internet run PHP in safe mode. Coppermine runs without any problem in safe mode and with the "open basedir restriction" active, provided safe mode is properly configured. Unfortunately, on many hosts, safe mode is not configured properly.

If your webhost is running PHP in safe mode but is misconfigured, you may need to do the following :

With a FTP program, change the mode of Coppermine's "include" directory on your server to 0777.
Do the same for the "albums" and "userpics" directories.
Check that at the beginning the the "include/config.inc.php" file, you have a line with : "define('SILLY_SAFE_MODE', 1);"

I have done that, and I took that as meaning that it is running in silly_safe_mode.

Anyone able to answer my original question?



erostew

Quote from: jesusarmy on November 22, 2007, 07:07:45 PM
As far as I know, I am using 1.4.14, the documents for which say:
I have done that, and I took that as meaning that it is running in silly_safe_mode.

Anyone able to answer my original question?
Ah sorry for that. Wasn't familiar with silly_safe_mode being in 1.4 because there is no option for it in the admin config. I guess they just made it easier to set in 1.5.

JUpload creates a folder for each album inside the userpics directory. I'm not 100% sure but I think it's hardcoded. You might want to check if the directory is being created with chmod 777 as it should be. Make sure that your "config/Files and thumbnails advanced settings/Default mode for directories" is set to 0777. If the folder is being created but isn't set with the correct permissions that is probably the cause of your problem. If the CPG config is set to use 0777, but JUpload isn't creating the directories with those permissions, it probably does have something to do with safe mode. There are some servers that might require 755 so you could also try that.

I assume that you had to use silly_safe_mode to get CPG to work at all, but if not... Have you tried setting it to 0?

jesusarmy

As far as I can tell, the installation automatically checked that silly_safe_mode was required when it wrote the config file. I know that it is needed on my server from my experience with other scripts.

When is needed is for JUpload to check if silly_safe_mode is set and then place the files accordingly, that is into one directory only. If that needs a change in the java applet code, then it is beyond me.

etienne_sf

Quote from: jesusarmy on November 22, 2007, 11:31:44 AM
On my site, JUpload creates a user directory but is unable to put any files in it. I strongly suspect this is to do with silly_safe_mode, which I have enabled and which normally forces all uploaded files into the same directory.

Am I right in concluding therefore that JUpload doesn't cooperate with the silly_safe_mode flag?

Let's say ...  you're now wrong !
;)


In previous releases, Jupload stored the configuration in a file, in the user directory. This was probably not compatible with the silly_safe mode.
Now, the configuration is stored in the Coppermine main configuration table (that is: in the database). You should not encounter any problem with the last version.

A note about saf_mode :
- The plugin (PHP part) tries to put files in one directory per album per user. This guaranties that the number of files in subdirectories is small enough. Very important for performances.
- In safe_mode this is not possible. So, in the current version, having too much pictures in the gallery may generate performance troubles, when accessing to picture files. Say, more than 50 000 pictures in a site. Remember: this is only if safe_mode is active. I guess standard upload has the same problem. In this case, FTP upload is a good way to work, as you can upload to new directories.


Etienne

choupette549

Hi Etienne,


I come back to mention you a great news.
I had an error and could not use the applet with IE7 and Windows Vista.
So I was running version 2.4.4 and could not use the improvements that you did on your applet.

Today, I installed de latest version of Java, version 6 update 3 with
the latest version of your plugin, 2.6.4, and it works great !
There seems to be no error anymore.

This week, I will make a lot of tests and give you feed back.


Again, thanks a lot for your great applet.


Quentin

dolomites

I have seen that after uploading, in the "edit uploaded files" page, if I click "apply changes" data is saved but the same page is reloaded, why?

I resolved this problem modifying the "edit_uploaded_files.php" in the line

$message_update_status = "alert('" . prepare_js_string($lang_picinfo['success']) . "');";

to

$message_update_status = "alert('" . prepare_js_string($lang_picinfo['success']) . "'); [b]document.location.replace('index.php');[/b]";

jesusarmy

Quote from: etienne_sf on November 24, 2007, 03:47:56 PM
Let's say ...  you're now wrong !

Thanks for your helpful reply, which was all I needed to track down the problem.

In which case, there is a bug in j_picmgmt.inc.php.

Find

//mkdir will probably fail in safe_mode. But, let's give it a try. We mask the error, in case of ...
@mkdir($dest_dir_jupload, octdec($CONFIG['default_dir_mode']));


after, insert

if (!defined('SILLY_SAFE_MODE')) {


and find (a few lines later)

//We'll use the newly created directory for next statements.
$dest_dir = $dest_dir_jupload;
$filepath = $filepath_jupload;
}


and insert afterwards

}


The problem is that safe mode may allow your script to create directories, but not to write to them. That's why it's silly.

It now works for me.


jesusarmy

Quote from: dolomites on November 25, 2007, 11:59:28 PM
I resolved this problem modifying the "edit_uploaded_files.php" in the line

$message_update_status = "alert('" . prepare_js_string($lang_picinfo['success']) . "');";

to

$message_update_status = "alert('" . prepare_js_string($lang_picinfo['success']) . "'); [b]document.location.replace('index.php');[/b]";

Almost certainly, that should read:

to

$message_update_status = "alert('" . prepare_js_string($lang_picinfo['success']) . "'); document.location.replace('index.php');";

dolomites

b was for underline the change, but in this forum in code mode b doesn't work :)

mrsleep99

First I'd just like to say, AMAZING plugin, this should come standard with CPG, it's just great!!

I have a few questions though.

I'm interested in changing all the instances of "pictures" in the upload applet to "files" (I'm not saying my users are stupid, but this will seriously throw them off when they read they are supposed to be uploading PICTURES and not necessarily FILES as well), is this possible? I can go through code and change whatever is necessary, it'd save me a lot of headaches in the future!

Also, when I installed the plugin my normal "Upload" button appeared and I have the "JUpload" button beneath it...can I fix this so it's just "Upload"?

Thank you so much for any help you can offer!!   ;D ;D

Cirno

Quote from: mrsleep99 on November 28, 2007, 03:08:22 AM
Also, when I installed the plugin my normal "Upload" button appeared and I have the "JUpload" button beneath it...can I fix this so it's just "Upload"?

Goto plugin management and the Jupload settings, there you should find the option to replace the normal upload with jupload.
Config - General Setting - Manage Plugin - Jupload Configuration - Change 'linkKeepStandardUpload' to 0.

To change the title of the (j)upload button, edit /plugins/jupload/lang/english.php (or your prefered language file) at the top, you'll find 'link_title', edit this your your prefered title. If you browse through this language file, you will also find all the other text displayed to the user, including the words 'pictures' that you can replace with 'files'.

Hope this helps you.

Kind Regards
Cirno

etienne_sf

Quote from: dolomites on November 25, 2007, 11:59:28 PM
I have seen that after uploading, in the "edit uploaded files" page, if I click "apply changes" data is saved but the same page is reloaded, why?

Because
:D


You can then update the page again...

  I think it works the same as the original editpic page.

Etienne