Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

ASP.NET Forum


You are currently viewing our ASP.NET Forum as a guest. Please register to participate.
Login



Reply
Upload Form on Godaddy
Old 04-01-2006, 11:33 PM Upload Form on Godaddy
Novice Talker

Posts: 6
Trades: 0
Hello All,
I have a windows hosting account with Godaddy.com and I cannot seem to find an asp script that will allow me to place an upload form on my site. Upon contacting godaddy about it, they said it was not possible. I know this is not true and was wondering if anyone had any advice. Also I know Save Doesnt Work So i must be able to use SaveVirtual.

Thank you very much for your help
-Eric
cryak is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 04-01-2006, 11:56 PM Re: Upload Form on Godaddy
ChipJohns's Avatar
I don't know! Do you?

Posts: 488
Name: Chip Johns
Location: Savannah Georgia
Trades: 0
I have a couple of clients with gddy. I get nowhere with their support. I tell my clients, "Don't renew, get a new hosting company." If you want to run a reputable site, its not worth it...

Try this post for some info for your question

Last edited by ChipJohns; 04-01-2006 at 11:57 PM..
ChipJohns is offline
Reply With Quote
View Public Profile Visit ChipJohns's homepage!
 
Old 04-02-2006, 07:36 AM Re: Upload Form on Godaddy
Novice Talker

Posts: 6
Trades: 0
Thanks for the reply Chip, I honestly only really use gddy for bandwidth. I host videos for some friends myspace videos, and i wanted an easy way for them to upload them. I went with gddy for the price of hosting.
cryak is offline
Reply With Quote
View Public Profile
 
Old 04-02-2006, 07:42 AM Re: Upload Form on Godaddy
Novice Talker

Posts: 6
Trades: 0
That link doesnt really work, they were trying to make a form that emailed also and had no success thus far.

Thanks
-Eric
cryak is offline
Reply With Quote
View Public Profile
 
Old 04-05-2006, 02:16 PM Re: Upload Form on Godaddy
ExpressoDan's Avatar
Ultra Talker

Posts: 317
Name: This Space for Rent
Location: Georgia
Trades: 0
I might be able to give you a script, what hosting package do you have?

Edit: check out this thread:
http://www.webmaster-talk.com/asp-fo...rm-please.html
__________________

Please login or register to view this content. Registration is FREE

"I think therefore I am, I think." <!-- George Carlin

Last edited by ExpressoDan; 04-05-2006 at 02:18 PM..
ExpressoDan is offline
Reply With Quote
View Public Profile Visit ExpressoDan's homepage!
 
Old 04-05-2006, 07:28 PM Re: Upload Form on Godaddy
Defies a Status

Posts: 1,605
Trades: 0
Quote:
Originally Posted by cryak
Hello All,
I have a windows hosting account with Godaddy.com and I cannot seem to find an asp script that will allow me to place an upload form on my site. Upon contacting godaddy about it, they said it was not possible. I know this is not true and was wondering if anyone had any advice. Also I know Save Doesnt Work So i must be able to use SaveVirtual.

Thank you very much for your help
-Eric
Are you stuck with the windows format? Upload as a php file works fine on the linux version of godaddy.
__________________
Colbyt

Please login or register to view this content. Registration is FREE
colbyt is offline
Reply With Quote
View Public Profile
 
Old 04-06-2006, 06:50 AM Re: Upload Form on Godaddy
Minaki's Avatar
Defies a Status

Posts: 1,626
Location: Guildford, UK
Trades: 0
Have you tried a 'Pure ASP Upload' script? (Search google)
These are scripts that handle ASP Uploads but don't require any messing about on the server.
If you can, switch to ASP.NET - uploading is built in and can be done in just a few lines of code.
__________________
Minaki Serinde MCP
"Wow, Linux is nearly on-par with Windows ME!"

Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
Minaki is offline
Reply With Quote
View Public Profile Visit Minaki's homepage!
 
Old 04-07-2006, 02:30 AM Re: Upload Form on Godaddy
Novice Talker

Posts: 6
Trades: 0
I got it working with aspupload, Thanks guys.
cryak is offline
Reply With Quote
View Public Profile
 
Old 05-18-2006, 04:43 AM Re: Upload Form on Godaddy
Junior Talker

Posts: 4
Trades: 0
Quote:
Originally Posted by cryak
I got it working with aspupload, Thanks guys.
How do you fix this problem?
newmore is offline
Reply With Quote
View Public Profile
 
Old 04-06-2007, 08:44 AM Re: Upload Form on Godaddy
Junior Talker

Posts: 2
Name: Seungman Kim
Trades: 0
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 hostong manager
- 2. Contents > Directory Management
- 3. Create directiry (Select read and write permissions)
e.g) upload_directory

Secondly, use 'Upload.SaveVirtual "/upload_directory/"' in your script.

* Good luck
harocka is offline
Reply With Quote
View Public Profile
 
Old 04-24-2007, 09:32 AM Re: Upload Form on Godaddy
Junior Talker

Posts: 4
Name: Damien
Trades: 0
Quote:
Originally Posted by harocka View Post
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..
damiencurtis is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to Upload Form on Godaddy
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.31400 seconds with 12 queries