> How to upload video and image file(s) into web server via HTTP or FTP?

How to upload video and image file(s) into web server via HTTP or FTP?

Posted at: 2014-12-18 
Get an FTP client like FileZilla. Enter the connection details you got from the hosting company.

Now upload the entire contents of your htdocs folder to the root folder of your web space.

You could also just add everything into a .ZIP, upload the ZIP folder and then extract from the file manager.

Whichever you feel is easiest ;).

you can zip and extract them

I bought domain and web hosting in a web hosting service named crystone.com.

Now in file manager section, I want to upload my HTML, CSS, JS, Videos and image files. But the problem is I can upload only the files with source code (i.e. php, css etc), not the videos and images.

I have more than 50 images and few video files. In the webhosting, option is set like I can only upload 3 files at a time, but not the whole image/video file selecting them all. Selecting only one image and upoading them one by one take so much effort and time. How this could be solved?

[NOTE: I have xampp local server installed in my computer. All the sourse codes files are stored inside the htdocs folder. Inside the htdocs folder I have a folder named jquery(which was installed with the package). I saved my .JS file inside the JQuery folder (since I used jquery code too). So when I upload file into the server do I need to upload the whole htdocs folder? Or how about the JQuery folder (which contains the JQuery source code)? Do I also need to upload it?]