coppermine-gallery.com/forum

Support => cpg1.4 plugins => cpg1.4.x Support => Older/other versions => cpg1.4 JUpload by etienne_sf => Topic started by: Titooy on January 18, 2009, 10:26:20 AM

Title: fileChooserIconFromFileContent=false doesn't work
Post by: Titooy on January 18, 2009, 10:26:20 AM
As I'm often browsing folders with 200+ hi-res pictures, I'd like to disable thumbnailing in the file chooser but I couldn't find out how to do it...

Here is the code:
<APPLET CODE="wjhk.jupload2.JUploadApplet" ARCHIVE="plugins/jupload/wjhk.jupload.jar" WIDTH="640" HEIGHT="450" NAME="JUpload" MAYSCRIPT=true>
<PARAM NAME="albumId" VALUE="-1">
<PARAM NAME="allowedFileExtensions" VALUE="jpg/jpeg/jpe/gif/png/bmp/jpc/jp2/jpx/jb2/swc/iff/asf/asx/mpg/mpeg/wmv/swf/avi/mov/mp3/midi/mid/wma/wav/ogg/psd/doc/txt/rtf/pdf/xls/pps/ppt/zip/gz/mdb">
<PARAM NAME="allowHttpPersistent" VALUE="false">

<PARAM NAME="debugLevel" VALUE="99">
<PARAM NAME="fileChooserIconFromFileContent" VALUE="false">
<PARAM NAME="fileChooserIconSize" VALUE="50">
<PARAM NAME="formData" VALUE="picture_data">
<PARAM NAME="lang" VALUE="fr">
<PARAM NAME="highQualityPreview" VALUE="false">
<PARAM NAME="maxFileSize" VALUE="102400000">
<PARAM NAME="maxChunkSize" VALUE="1024000">
<PARAM NAME="maxPicHeight" VALUE="0">

<PARAM NAME="maxPicWidth" VALUE="0">
<PARAM NAME="pictureCompressionQuality" VALUE="0.8">
<PARAM NAME="pictureTransmitMetadata"  VALUE="false">
<PARAM NAME="realMaxPicHeight" VALUE="20480">
<PARAM NAME="realMaxPicWidth" VALUE="20480">
<PARAM NAME="nbFilesPerRequest" VALUE="1">
<PARAM NAME="postURL" VALUE="http://localhost/coppermine/index.php?file=jupload/jupload&action=upload_picture">
<PARAM NAME="serverProtocol" VALUE="HTTP/1.1">
<PARAM NAME="showLogWindow" VALUE="onError">

<PARAM NAME="uploadPolicy" VALUE="CoppermineUploadPolicy">


<!-- End of applet parameters -->

Java 1.5 or higher plugin required.

</APPLET>
Title: Re: fileChooserIconFromFileContent=false doesn't work
Post by: etienne_sf on January 18, 2009, 12:17:02 PM
It looks like a bug.

   I'll check it.



Etienne