javascript - Ajax upload a file from browser to FTP server -


Is it possible to upload files from a browser using AJAX?

No Browsers do not give API an API that allows JavaScript to be written.

You can use the server side code and can use it to push it to your FTP server.

Comments

Popular posts from this blog

python - Writing Greek in matplotlib labels, titles -

c# - LINQ to Entities does not recognize the method 'Int32 IndexOf(System.String, System.StringComparison)' method -

Pygame memory leak with transform.flip -