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

cmake set_source_files_properties not working properly -

Pygame memory leak with transform.flip -

python - Writing Greek in matplotlib labels, titles -