Im trying to use jupload on my site. I have it set up to upload images to the desired folder, etc. The problem is, no matter how many images I put in the upload queue, it only uploads the first image in the queue. Jupload tells me that all images were uploaded but actually only the first in line gets uploaded.
Here's a snippet of the code and I'll attach the entire upload script.
PHP Code:<applet
code="JUpload.startup"
archive="jupload.jar,../phps/lib/skinlf.jar"
width="500"
height="300"
mayscript
name="JUpload"
alt="JUpload by [url]www.jupload.biz[/url]">
<param name="progressbar" value="true">
<param name="boxmessage" value="Loading JUpload Applet ...">
<param name="tagName" value="FILE1">
<param name="actionURL" value="../index2.php?go=upload">
<param name="skinThemePackURL" value="../phps/lib/aquathemepack.zip">
<param name="lookAndFeelClass" value="com.l2fprod.gui.plaf.skin.SkinLookAndFeel">
<!PARAM NAME="maxTotalRequestSize" VALUE="4">
<param name="preselectedFiles" value="">
<param name="debug" value="false">
<PARAM NAME="showSuccessDialog" VALUE="true">
<param name="successDialogMessage" value="Images have been uploaded">
<param name="successDialogTitle" value="Upload Successful!">
<param name="showThumbnails" value="true">
<param name="customFileFilter" value="true">
<param name="customFileFilterDescription" value="*.jpeg,*.jpg,*.gif">
<param name="customFileFilterExtensions" value="gif,jpg,jpeg">
<param name="hideShowAll" value="true">
<param name="disableContextMenu" value="true">
<param name="checkResponse" value="true">
<param name="image" value="../scriptincludes/applet.gif">
<param name="realTimeResponse" value="false">
<param name="showServerResponse" value="false">
<param name="maxTotalRequestSize" value="100000000">
<param name="maxTotalRequestSizeWarning" value="The total size of your upload exceeds the maximum allowed!">
<param name="maxTotalRequestSizeTitle" value="Overlimit!">
Your browser does not support applets. Or you have disabled applet in your options.
To use this applet, please install the newest version of Sun's java. You can get it from [url="http://www.java.com/"]java.com[/url]
</applet>
<form name="JUploadForm" method="post" action="index2.php" enctype="multipart/form-data">


Reply With Quote



Bookmarks