file upload difference in v1.0 and v1.1

R

Rich

I have working file upload code that saves a file to a database for
v1.0 of the .net framework. this same code will not work for v1.1. I
an guessing that the issue is with the htmlinputfile control or the
System.IO.Stream object. I have exhausted all possiblities that i can
think of to resolve this issue. Does anyone have any insight to
share?
 
J

Joerg Jooss

Rich said:
I have working file upload code that saves a file to a database for
v1.0 of the .net framework. this same code will not work for v1.1.
I an guessing that the issue is with the htmlinputfile control or the
System.IO.Stream object. I have exhausted all possiblities that i
can think of to resolve this issue. Does anyone have any insight to
share?a

Not without some sample code that shows the problem...
 

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