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

Using Radupload without postbacks

1 Answer 79 Views
Upload (Obsolete)
This is a migrated thread and some comments may be shown as answers.
Owen
Top achievements
Rank 1
Owen asked on 21 Mar 2013, 03:44 PM
I'm currently using Radupload control in my asp.net application, and it works. However, I was wondering of it was possible to do the following:
  1. Display just the select button for displaying the file system without the textbox
  2. After picking a file, return the file selected to the server immediately without clicking a  submit button.

Are these possible?

Thanks.

1 Answer, 1 is accepted

Sort by
0
Accepted
Kevin
Top achievements
Rank 2
answered on 21 Mar 2013, 08:19 PM
Hello Owen,

To answer you questions, there are two help articles that show you how to do what you want.

1. To hide input box and only show select button: http://www.telerik.com/help/aspnet-ajax/upload-how-to-hide-input-textbox.html
2. To auto-upload file: http://www.telerik.com/help/aspnet-ajax/upload-automatically-upload-file.html

I hope that helps.
Tags
Upload (Obsolete)
Asked by
Owen
Top achievements
Rank 1
Answers by
Kevin
Top achievements
Rank 2
Share this question
or