Sukhwinder Singh wrote:
Even java applets have to hand over the file to some script, in this
case php and php will get it in $_FILES array it seems (in case of
japplet). so the problem will remain.
Not at all true. A Java applet can use FTP to handle the upload and
still pass meta data about the file as an HTTP POST request. There is
no requirement to use HTTP to upload the file from a Java applet.
It is not about how data is going to be transferred but it is about php
having a limit on what it can accept as POST.
But we'll see how it works out. I'll let everyone know.
I am trying japplet for now.
You don't appear to have read what I said. A Java applet can use FTP to
upload the file - PHP does not get involved in that part. Once the
upload is complete the applet can POST to your PHP file giving it
information like where it's put the file and this other information you
need to give it so it can rename the file. This is the only bit PHP gets
involved in and it doesn't involve trying to upload 4 gig over a
machanism that was never designed for it.
-Stut
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php