upload image file
Last Post 05/19/2009 7:57 AM by rajani. 2 Replies.
Author Messages
rajani
Nuke Ace
Nuke Ace
Posts:58


--
05/07/2009 12:46 AM  
thanks for previous reply
Now i m facing problem with fileupload control.i have used it in one of the control n written the code as fileupload1.hasfile...even if i m giving filename it gives error Object instance not set to an instance of an object....i tried other options like postedfile but it is not working n gives same error...what i have to do so the error will out.i want to give path for image file from file upload control n want to save it in the database...

                I have taken checkbox in fieldset. On page there are 2 fieldset, one for billing address and other for shipping address,if i click the checkbox it would run javascript fuction and must fill the values from billing address to shipping address with same values.And the checkbox which i have taken is html control.
i just want information copying from one fieldset to another with checkbox event.How i can do this??
Joseph Craig
DNN MVP
Posts:11667


--
05/10/2009 11:47 AM  
Is there a more detailed error message?

Joe Craig, Patapsco Research Group
Complete DNN Support
rajani
Nuke Ace
Nuke Ace
Posts:58


--
05/19/2009 7:57 AM  

I have taken checkbox in fieldset. On page there are 2 fieldset, one for billing address and other for shipping address,if i click the checkbox it would run javascript fuction and must fill the values from billing address to shipping address with same values.And the checkbox which i have taken is html control.
i just want information copying from one fieldset to another with checkbox event.How i can do this??


---