Quote:
Originally Posted by harocka
I had same problem.... However, I solved the problem.
Anybody didn't say that there are two requirements...
Firstly, you have to make custom directories which has writing permission.
- 1. Open hosting manager
- 2. Contents > Directory Management
- 3. Create directory (Select read and write permissions)
e.g) upload_directory
Secondly, use 'Upload.SaveVirtual "/upload_directory/"' in your script.
* Good luck
|
Hello
My names Damien.
Ive been trying to upload images/files on to my godaddy account to send them to my email, the information is perfect on this blog, but i unfortunately have got a little stuck,
I have first set on godaddy account.
form mailer setup. have entered my email. the gd form works well with text but i cannot upload files/images from my webpage.
So i read the blog and created the upload.htm from the code you pasted
and then created the send.asp you also posted.
changed this part of the file like this
objCDO .To = "damiencurtis@hotmail.com" correct?
then i went to:
1. Open hosting manager
- 2. Contents > Directory Management
- 3. Create directory (Select read and write permissions)
and named my cumstom directory upload_directory, correct?
and now im stuck i did not understand the secondly part of changing 'Upload.SaveVirtual "/upload_directory/"' in your script.
PLEASE HELP i think im nearly there.
Regards Damien
Last edited by damiencurtis; 04-24-2007 at 09:34 AM..
|