Hi all,

I want to upload a file the way input type=file does, but I want to upload it as a client to a remote server.

Any ideas please?

Recommended Answers

All 5 Replies

Member Avatar for stbuchok

You need to use a serverside language like ASP.Net or PHP, you can not do this with clientside JavaScript alone.

can it be done with JSP?

Member Avatar for stbuchok

I would assume so. I've never used JSP, but since it's a serverside technology, it should be possible.

I would recommend you to use an ASP.NET control like FileUltimate for this purpose. It can handle multiple file uploads and abstracts all browser and server limitations for you.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.