file upload difference in v1.0 and v1.1

  • Thread starter Thread starter Rich
  • Start date Start date
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?
 
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...
 
Back
Top