Cristian, Although you can use a Java applet, I wouldn't use it for that.. if you're using PHP 5.2 why not use the APC features to monitor upload progress with ajax? One implementation example is here : http://www.dinke.net/blog/2006/11/04/php-52-upload-progress-meter/en/ Obviously Javascript needs to be enabled for this to work.
If you're using PHP <5.2 then I would suggest something like SWFUpload - eg. http://swfupload.mammon.se/. Obviously Flash needs to be enabled in the browser for this to work. I tried using the SWFupload method first, but because Flash doesn't post the session cookie as part of the upload, its useless to me. I use the APC method in my Symfony project already and it works great :) Cheers, Ryan Cristian Zacca wrote: > hi... > how to use java-applet into my symfony project?? > > i need upload many imagens at same time.... > > tks for help! --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "symfony developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/symfony-devs?hl=en -~----------~----~----~----~------~----~------~--~---
