This is a migrated thread and some comments may be shown as answers.

[Solved] Upload only first time

0 Answers 97 Views
Upload
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Tetha
Top achievements
Rank 1
Tetha asked on 03 Aug 2011, 10:49 AM
Hi,
I have an Upload control. This is the code;

  @(Html.Telerik().Upload()
  .Name("UploadImages")
  .Multiple(false)
  .ClientEvents(events => events
          .OnSuccess("onUploadImagesSuccess")
                  )
  .Async(async => async
          .Save("SalvaImmaginePrincipale", "Immobile")
          .AutoUpload(true)
   )
   .ShowFileList(false)
)
The problem is that only the first upload works, when I try to upload a second file the browse window
doesn't appear and I can not upload files.

Thanks in advance.
Mirko
Tags
Upload
Asked by
Tetha
Top achievements
Rank 1
Share this question
or