Image upload problem!

G

Guest

Houston we have a problem

Im trying to upload an image with System.Web.UI.HtmlControls.HtmlInputFile.
If I upload with aspx file the upload runs but if I put it in a usercontrol
my upload function gives me this error : Could not find file....

Can somebody give me an idea what im doing wrong?
 
G

Guest

Got it!!!

It isn't possible to use filestream when uploading an file/image in
usercontrol, but its possible to use it with aspx file.... pretty stupid???

glad I got the site running now...
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top