Search found 3 matches

by erwinmaes
Mon Apr 12, 2010 12:51 pm
Forum: JImageUpload
Topic: Number of Images uploaded...?
Replies: 1
Views: 14890

Number of Images uploaded...?

Hi, is there any way to get the number of images uploaded in the post processing page? I have the array $_POST['filename1'], $_POST['filename2'], etc..... but can I somehow get the number of filenames?? I tried $i=1; $name = 'filename'.$i; while ( isset($_POST[$name]) ) { loop to insert filenames in...
by erwinmaes
Fri Apr 09, 2010 9:53 am
Forum: JImageUpload
Topic: POST and postparameters
Replies: 5
Views: 24661

Re: POST and postparameters

Well, I can't seem to get the forward or the post to work... the filenames just don't get sent to the next page....
Where do I add the parameters, in the fileupload .js or in the ipreview .js ?? or in both?
by erwinmaes
Thu Apr 08, 2010 7:16 pm
Forum: JImageUpload
Topic: POST and postparameters
Replies: 5
Views: 24661

Re: POST and postparameters

Will the filenames be the filenames that the client uploaded or the filenames that the applet changed (when duplicate filenames were found and overwrite is off... ) ?