how to send username and password through jupload

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
revbackup
Forum Commoner
Posts: 29
Joined: Tue Jun 09, 2009 1:52 am

how to send username and password through jupload

Post by revbackup »

hi,

i am using jupload applet (downloaded at jupload.biz) to upload multiple files in my ftp server.
however to be able to upload the files, i need to login in my ftpserver through ftp_login command.

how can i pass the password and username from my phpfile to the jupload-post.php
because it would not work through session variables...

my problem is the passing of password and username to the jupload-post.php

I would appreciate your answers..thanks...
Post Reply