I need to built a page that user can drag and drop file and upload it on ftp server. Its just an upload and nothing else. Does anyone have any idea?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
drag n drop is a clientside issue, ASP runs on the server.
jquery is the correct approach for clientside coding problems. jQuery is crossbrowser compatible
just google jQuery drag n drop upload for examples