Upload file

Hi,

Can I upload a file pure with javascript (without php). If yes, how can I do that?

Thanks,

Hi,
JavaScript is a client-side language, while PHP is a server-side. You need some server-side processing in any way, either it can be PHP, or Perl, or Java.

Hi,

Do you have an example with java?

Yes, we do. You can download the standard version and it has Java samples. We use JSP in there, but you can also do the same in servlet.

P.S.: Please let me know if you have any specific questions regarding Java upload sample, I will try to help you.