hi,
I created a page to upload a file to Server in jquary Tab, after processing the data i want to load the data in another Jquery Tab. usually i load the Contents in tab using the Code:
case 'search':$(ui.panel).load(ActionUrl,{'perform':'search','category':category,'searchdata':searchData});
this will send the details ( perform, category and seachdata) to the Server and can send a page form the Server. this page will load in the Next tab.
How can i Send a file to the Server using this load() function or any other Method.