PDA

View Full Version : ASP Upload



sladmin
07-09-2008, 08:42 PM
Hi everyone,

Just trying to setup an upload facility on a domain I'm working on, and it seems to throw this error everytime, even when using the example code found on http://www.aspupload.com/livedemo.html

"No value given for one or more required parameters"

Any ideas?

Thanks,

sladmin
07-09-2008, 08:49 PM
Ok, it's now giving me a "Object Required" error now. Why is uploading a file so hard? :glare: :smilie:

Ben Collier
07-09-2008, 09:32 PM
Why is uploading a file so hard? :glare: :smilie:

asp.net has it's own control and requires about 3 lines of code to get it working :P

You're going to have to make the jump eventually Adam! :teacher:

sladmin
07-09-2008, 09:33 PM
lol well it's always crossed my mind, but I'll have to learn a completely new language. I wish it was that easy :unsure:

siphilp
08-09-2008, 09:40 AM
lol well it's always crossed my mind, but I'll have to learn a completely new language. I wish it was that easy :unsure:

Not that difficult. You could go down the vb.net road. I went from asp to c# about 6 years ago and never looked back. It's good when you have small simple projects to start off with too :)

Can you post the code that's giving you a head ache?