I am rendering the fields of a selected content type (spcontrolmode=new). The name field is rendered as a FileField where i can select a local file.
How to upload this local file to sharepoint, using this FileField?
i tried to parse it to a FileUpload control, but its impossible.
Thanks.