Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
140
How to upload file in folder asp mvc
posted

this is my contol:


            @(Html.Infragistics().Upload()
                .ID("igUpload1")
                .Mode(UploadMode.Single)
                .LabelUploadButton("Add File")
               .UploadUrl("~/UploadFolder/")
                .Render()
            )

I want choose file to be uploaded to 'Upload Folder' folder.