Create/update Form Using Cjuidialog Without Ajax

Hi all, I was wondering if it was possible to use CJuiDialog for his Create and update form but without using Ajax… I use the system that I found on famous yii tutorial (http://www.yiiframework.com/wiki/145/cjuidialog-for-create-new-model/) about display his create form in a Dialog. But this method using Ajax doesn’t allow to perform upload of files…

In order to upload files I decided then to avoid dialog but display the form below the gridView when create button is clicked instead of open a dialog box… However I don’t very like this and I would prefer to have a Dialog. So, like I don’t want to have extension in my code, I was wondering if there is a way to display a Dialog with create form but without using ajax… I succeed to display the form below the grid and submit information without Ajax so why couldn’t I do it on Dialog ?

If you have any Idea…

Ok, I found out what I wanted with : http://www.yiiframework.com/wiki/263/cgridview-update-create-records-in-a-cjuidialog/