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

problem with RadUpload

3 Answers 76 Views
Upload (Obsolete)
This is a migrated thread and some comments may be shown as answers.
Colin
Top achievements
Rank 1
Colin asked on 06 Jun 2012, 05:39 PM
I have radupload it opens a dialog box to upload the file, file is seleted but it never uploads and attaches on the submital ..

code below..

<label for="resume">Upload Resume</label><BR>  <div 
class="clear" style="height: 8px"></div><BR>  <a href="#" 
id="upload">Select a PDF</a><span 
id="filename"></span><BR>        
<asp:FileUpload ID="FileRadUpload" runat="server" accept="application/pdf" 
style="visibility:hidden;height:0;"  
/><BR>        <asp:CustomValidator 
ID="Customvalidator1" runat="server" Display="Dynamic" 
ValidationGroup="Validate"<BR>            
ControlToValidate="FileRadUpload" 
ClientValidationFunction="validateRadUpload"<BR>            
CssClass="errormessage" 
SetFocusOnError="true"><BR>                
<span class="errormessage">Only PDF extension are 
allowed</span><BR>        
</asp:CustomValidator>  <BR>  <div 
class="clear"></div><BR> </div><!--/field--> <BR> <div 
class="field"><BR>  <label for="position">Desired 
Position:</label><BR>  <telerik:RadTextBox 
ID="PositionRadTextBox" runat="server" EmptyMessage="" TextMode="SingleLine" 
CssClass="gray-02"></telerik:RadTextBox><BR>        
<asp:RequiredFieldValidator ID="PositionRequiredfieldvalidator" 
runat="server" Display="Dynamic" CssClass="errormessage" 
ValidationGroup="ContactGroup" ControlToValidate="PositionRadTextBox" 
ErrorMessage="Enter 
position"></asp:RequiredFieldValidator> <BR> </div><BR> <div 
class="field"><BR>  <asp:Button ID="submit" runat="server" 
CssClass="submit" Text="Submit" OnClick="SubmitButton_Click" 
ValidationGroup="ContactGroup" /><BR> </div><BR>

3 Answers, 1 is accepted

Sort by
0
Kevin
Top achievements
Rank 2
answered on 08 Jun 2012, 12:26 PM
Hello Colin,

From the markup you posted, I don't see a RadUpload control mentioned anywhere. Only the standard asp FileUpload control is mentioned. But regardless of which control you use, the RadUpload or FileUpload, the file will never be automatically submitted without pressing the submit button, which I assume is what you are asking.

If you want to be able to upload the file automatically once it's been selected, you could use the RadAsyncUpload control or refer to help topic for the RadUpload control.

http://www.telerik.com/help/aspnet-ajax/upload-automatically-upload-file.html

I hope that helps.
0
levs
Top achievements
Rank 1
answered on 13 Jul 2012, 03:43 AM
Hi, We have a problem for radupload on IE8 OS XP, the popup on select button is not working and on hover of the control the textbox with browse appears.

Please advice to do for this problem. 

Thanks and Regard, 
Levs
0
Peter Filipov
Telerik team
answered on 17 Jul 2012, 09:58 AM
Hello Levs,

Do you experience that behavior with the latest version of our controls?

Kind regards,
Peter Filipov
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
Tags
Upload (Obsolete)
Asked by
Colin
Top achievements
Rank 1
Answers by
Kevin
Top achievements
Rank 2
levs
Top achievements
Rank 1
Peter Filipov
Telerik team
Share this question
or