Krystalware Support
»
SlickUpload
»
SlickUpload Support [archive]
»
Using standard fileupload with slickUpload
|
|
Rank: Newbie
Groups: Registered
Joined: 5/15/2008 Posts: 1
|
Hi,
I'm trying to use standard asp.net fileupload control with the slick control upload manager. My problem arises when i try to upload a file using the standard control. The file is not uploaded because the fileupload.hasfile is always false. I assume this is to do with the httphandlers so that all input submit tags are picked up by slickupload. I can upload file perfectly using the slickupload manager but my problem arises arises when i want to use the standard asp.net file upload control and its events? thanks.
|
|
|
Rank: Administration

Groups: Administrators
Joined: 7/7/2005 Posts: 1,341 Location: Arlington, VA
|
Can you give me some more information about your scenario so I can suggest the best alternative?
Questions:
- Why are you using the standard control?
- Are you using SlickUpload on some pages and standard upload controls on different pages?
- Or all on the same page?
Are you using SlickUpload 4? If so, and you're using standard upload controls on a different page than the UploadManager control you can turn SlickUpload's upload handling on or off on a page by page basis. Add the following to your web.config to turn off SlickUpload upload handling for a given page:
<location path="SlickUpload.axd"> <slickUpload> <uploadParser handleRequests="false" /> </slickUpload> </location>
|
|
|
|
Guest |
Forum Jump
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.