This question is locked. New answers and comments are not allowed.
Hi,
First of all, sorry, it's been a while since I developed web, and I missed ajax (let alone jQuery) completely...
So, I would like to do the following:
User uploads a .csv, .txt or .zip file. The user should have a button - just selecting the file shouldn't trigger the upload. User uploads, and upon successful completion, a button/link appears enabling the user to submit the just uploaded filename for processing.
So what is my problem? The last bit. I managed to get an Ajax.ActionLink to appear on successful completion, though I would rather a button. The next part though, I am a little lost - I have a partial view that returns some text (the result of processing) but the link seems to want to take the whole page with it, and it ends up just being a full get on the partial view.
Is there a better way to do this? I've done quite a bit (years) of asp.net but I'm ashamed to say this is the first proper ajax page I've ever coded! So some gentle code examples would be most appreciated!
Thanks heaps
Anton
First of all, sorry, it's been a while since I developed web, and I missed ajax (let alone jQuery) completely...
So, I would like to do the following:
User uploads a .csv, .txt or .zip file. The user should have a button - just selecting the file shouldn't trigger the upload. User uploads, and upon successful completion, a button/link appears enabling the user to submit the just uploaded filename for processing.
So what is my problem? The last bit. I managed to get an Ajax.ActionLink to appear on successful completion, though I would rather a button. The next part though, I am a little lost - I have a partial view that returns some text (the result of processing) but the link seems to want to take the whole page with it, and it ends up just being a full get on the partial view.
Is there a better way to do this? I've done quite a bit (years) of asp.net but I'm ashamed to say this is the first proper ajax page I've ever coded! So some gentle code examples would be most appreciated!
Thanks heaps
Anton