Tagged Questions

SlickUpload is an ASP.NET and ASP.NET MVC file upload component with a rich AJAX progress display, fully templatable and stylable control, integrated validation, and handles up to 4GB uploads. More information, documentation, and demos can be found at the SlickUpload site.

learn more… | top users | synonyms

7
votes
3answers
676 views

using slick upload with mvc 2 and jquery / ajax

i'm trying to get slick upload working inside a jquery ui dialog. I've got it uploading the file just fine, and i've checked out the samples, and they all end up with the entire page re-loading. ...
0
votes
2answers
32 views

Razor vbhtml and <text> syntax

I'm attempting to implement SlickUpload in VBHTML. Using the C# Razor example I am getting a expression expected error. .SelectorTemplate = new Template(@<text> <a ...
0
votes
1answer
113 views

Error uploading in high speed internet connection?

We have a site with video upload option. we are using slick upload to handle the upload process. When i try to upload a sample file on low speed internet connection[Cell modem], which is very slow, ...