views:

411

answers:

1

I am trying to create a wizard using jquery (fill in a dialog of info, press next, dialog changes but page does not refresh). During this process I would like to upload a file to a document library. I do not wish to reload the page. Is this possible? How would you go about doing this?

A: 

You can use uploadify plugin here, which uses a flash component to upload files and it provides events for almost every state of uploading, so you can fire your functions whenever you want for changing content showing alerts etc...

As redsquare says there are also other plugins, but i used this one in a project and it works pretty well.

Hope it helps,

Sinan.

Sinan Y.