how to put ftp / upload files on your webapp admin?

i want to add an upload image field on the create features of my model. how do i do that?

read this and this.

The previous has to be included in the view, for upload the file. The latter has to be used in controller for retrive the file and save it.

thanks a bunch!

hello… i want to upload file with password… what must i do?