
Re: Jupload And Icy Phoenix 1.1.0.15b
I found some help in the jupload support forum and take the files from the IP Beta release. Now the applet starts but don't upload the files.
In the jupload forum I read that I've to set this variables.
# File parameters:
Upload.Http.Query=userid=<?php echo $user->getId(); ?>
Upload.Http.AdditionalPostFields=userid=<?php echo $user->getId(); ?>
Upload.Http.Cookies=<?php echo "phpsessid=$sid,myothercookie=$interestingInfo"; ?>
# Thumbnail parameters:
Upload.Thumbnails.Http.Query=userid=<?php echo $user->getId(); ?>
Upload.Thumbnails.Http.AdditionalPostFields=userid=<?php echo $user->getId(); ?>
Upload.Thumbnails.Http.Cookies=<?php echo "phpsessid=$sid,myothercookie=$interestingInfo"; ?>
Can anyone show me how to fill the variables in the album_jupload.php? I'm not very good in php
The other jupload variables are defined like this:
$jparams[] ="<param name="debug" value="true">";