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

Write telerik Demo Line to Line, but not work!

3 Answers 107 Views
AsyncUpload
This is a migrated thread and some comments may be shown as answers.
Hasan
Top achievements
Rank 1
Hasan asked on 17 Jan 2014, 11:20 PM
hi, I need use uploader  control in my project that is exactly like this Demo.So i write all information to my project but this never work,early i get the error because not add Handler.ashx from radasyncupload smart tag...
anyway now uploader work enough to save in RadUploadTemp and not insert to database table.please see pic:

I think problem is between my table in db or cline upload event:
function fileUploaded(sender, args) {
    var id = args.get_fileInfo().ImageID;
    $(".imageContainer").html("").append($("<img />").attr("src", getImageUrl(id)));
    $(".info").html(String.format("<strong>{0}</strong> successfully inserted. Record ID - {1}", args.get_fileName(), id));
}

please help me to fix this.if possible to telerik admin post download of this demo with full solution i will be grateful.otherwise tell the details of this demo that wasnot write in page that shown.such as table of database,...
thanks

3 Answers, 1 is accepted

Sort by
0
Hasan
Top achievements
Rank 1
answered on 19 Jan 2014, 11:15 PM
No one can't help me?!!!!
only thing i want is uploader like demo that not need any button to upload and show image immediatly after upload without postback.i need it please help me fix problem.
thanks
0
Accepted
Nencho
Telerik team
answered on 22 Jan 2014, 01:23 PM
Hello Hasan,

I have isolated the referenced demo for you, customizing the DataTable, regarding the attached image.
Please find it attached.

Note : Dll files are removed from the attachment.

Regards,
Nencho
Telerik
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 the blog feed now.
0
Hasan
Top achievements
Rank 1
answered on 25 Jan 2014, 09:29 AM
hi and Thanks dear Nencho
finally i can get that i want!
can anyone show other snippet with telerik AsyncUpload because i think this control is very powerfull.
thanks !

Tags
AsyncUpload
Asked by
Hasan
Top achievements
Rank 1
Answers by
Hasan
Top achievements
Rank 1
Nencho
Telerik team
Share this question
or