Click here to Skip to main content
15,920,031 members
Please Sign up or sign in to vote.
1.00/5 (3 votes)
See more:
Hi,
I need a java uploader that a user can click a button and it will say "Upload a Video" and they choose a video and it uploads to a folder.

What I have tried:

I have not found a way to do it yet.
Posted
Updated 2-Aug-17 10:19am

1 solution

Given how common this functionality is I am certain a simple google search will provide you hundreds or even thousands of relevant examples to accomplish what it is you want to do.

upload files to server in java - Google Search[^]

One of the first results:

The fileupload Example Application - The Java EE 6 Tutorial[^]

Now if you were to actually attempt to implement the functionality you are desiring and run into problems, feel free to come back with a clear explanation of your issue, the errors or problems you are encountering and any relevant code samples so that someone can help you troubleshoot your issue and provide you more meaningful assistance.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900