fileChooserIconFromFileContent=false doesn't work fileChooserIconFromFileContent=false doesn't work
 

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

fileChooserIconFromFileContent=false doesn't work

Started by Titooy, January 18, 2009, 10:26:20 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Titooy

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>

etienne_sf