top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

I don't know how to upload the files on remote server & save files there?

+3 votes
285 views

I am trying to upload files through html page in our Windows based server but I don't know how to take the files on remote server & save files there

posted Sep 14, 2015 by Amit Kumar Pandey

Looking for an answer?  Promote on:
Facebook Share Button Twitter Share Button LinkedIn Share Button
Are you talking about <input type="file" ...> ??

Similar Questions
+1 vote

I have apache server installed locally on my system. I have made a directory C:mywebsites as my public_web directory. The files and folders in this directory are accessible from web-browser but the cgi-bin directory is not accessible.

The cgi-bin directory is in C:mywebsites. How should I solve this problem.

+1 vote

I would like to create a web app using flask or cgi library (python) along with telnetlib to telnet to specific servers and execute commands and retrieve the output. The output will then be formatted and outputted to a webpage .

Is this the best way of getting info from a remote system to be output to a web page? Is flask over kill for project like this ?

+2 votes

I have some work to deal with directory upload..We can do individual file upload, but I want to know entire directory upload which will contain multiple files...

...