If you wish to use only javascript and asp.net as the backend, I'm afraid you can't do what you described since you have no direct access to the filesystem and you cannot dispatch files from one page to the other in such a way.
However, modern browsers do support HTML 5 file drag and drop into browser (and you could support older browsers with a Flash solution). Therefore, you could create a pseudo upload form. What I mean is that while you display a field to the user that mimics the file upload input (as in it looks like one), instead you have the file uploaded to the server when it was dropped and then redirect the user to the form which has the pseudo file input field.
Also, I'd recommend a more natural solution where the user can see the form and then has the ability to drop files on a certain area (like in gmail for example) and for backward compatibility, you could include a simple file input.
You can check the following libraries/plugins out:
http://www.plupload.com/
http://plugins.jquery.com/plugin-tags/html5-upload