Wednesday, February 17, 2010

Persist Aspupload 3.0.0.6 Persists ASPUpload?

Persists ASPUpload? - persist aspupload 3.0.0.6

I can not image that is stored,

I have no problem with my way through the text Upload.Form, but my image file has to be not appear to have no savings.



File = Upload.Files September (Imgfile)

If the file is not Is Nothing Then

File FILE.FileName

Response.Write (filename)

File.Save ".. / images / products /" & fileName

End If



Response.Write (filename) is correct if I make a mistake?

2 comments:

bustin98 said...

Just to be sure ... Is it in your form:

enctype = "multipart / form-data"

It is a common, give me the opportunity.

JRY said...

try file.savevirtual

instead File.Save

Post a Comment