problem with uploading file

just_life

New member
Joined
Sep 20, 2006
Messages
2
Programming Experience
Beginner
Hi,
Am uploading a file to both my oracle database and the internet server from asp.net 2.0 via fileupload tag.
the file uploads correctly into oracle but uploads with the correct filename but with 0 bytes into my server. Has anyone come across this issue?
Please help me solve this issue.
Thank You
Vic
 
I had this problem when I first used the FileUpload control but I can't remember why right now. Just look on Microsoft MSDN for information on the FileUpload control. I assume that's the control you're using but if not then maybe the same ideas are in use. Either way like Paszt mentioned, if you supply some code and or some detail on the control you're using then we might be able to better help.
 
Back
Top