We are using asp.net project which is totally client side i.e. using ajax to create all controls and forms.
One of the scenario is to create multiple "FILE UPLOAD" controls in a form and try to upload them on the button click on client side, which is sort of becoming overly impossible and compelling us to use Server side upload which defeats our propose of the project.
Can someone suggest me how to upload and then save a file to a directory in javascript.
Open to technologies.