Reply
HELP with ASP Form PLEASE
Old 06-21-2007, 12:08 AM Re: HELP with ASP Form PLEASE
Junior Talker

Posts: 1
Name: Dan
Do you have to actually install aspupload to your godaddy account to get this to work? Or does it already work? It seems it costs money to install.

I am getting this error using the code initially supplied with the virtual change..I dont know much about ASP...



Microsoft VBScript runtime error '800a01a8'
Object required: 'File' /send.asp, line 7
Dippetydog is offline
Reply With Quote
View Public Profile
 
Old 06-27-2007, 03:43 PM Re: HELP with ASP Form PLEASE
Junior Talker

Posts: 3
Name: Cliff
Ok... I simply am confused on the solution for the other posts. I have tried several combinations to no success. A step by step solution with an example site would be greatly beneficial. I have several GoDaddy Economy Hosting accounts using Windows and not Linux.

Please jump in and throw some help my way. I'm still getting my feet wet on ASP.

Thanks, Cliff
dhanger is offline
Reply With Quote
View Public Profile
 
Old 06-27-2007, 04:58 PM Re: HELP with ASP Form PLEASE
Junior Talker

Posts: 3
Name: Cliff
I would like to use ASPUpload and some of the revisions included from this forum but I'm having spme difficulties. I could use some examples and some instruction on how the directory tree should be on the website. Also, any assistance on changing permissions on GoDaddy Economy Account for data storage to a database.

Anyone around that can assist me in my forseeable solution.

Thanks, Cliff
dhanger is offline
Reply With Quote
View Public Profile
 
Old 09-25-2007, 06:00 AM Simple Code For Asp Upload With Godaddy - Oldpod
Junior Talker

Posts: 4
Name: Damien
With economy hosting - free hosting - on godaddy with Windows NOT Linux.

Go in to your account and go to ASP Runtime and create new Folder called UPLOAD and select the permissions READ and WRITE.

To Check this is done correctly on your FTP program there will appear a folder called UPLOAD.

Step 2.

Create a HTML file called "whatever you want".html
COPY AND PASTE THIS CODE IN BETWEEN THE <BODY> (here) </BODY>:

<FORM METHOD="POST" ENCTYPE="multipart/form-data" ACTION="upload.asp">
<INPUT TYPE= FILE SIZE= 60 NAME="FILE1"> <BR>
<INPUT TYPE="SUBMIT" VALUE="Upload!">
</FORM>

THEN SAVE!!!

Step 3.

Create a new file and paste this code in a blank document.

<% Set Upload = Server.CreateObject ("Persits.Upload.1")
Count = Upload.SaveVirtual ("/upload/") %>
<% = Count %> file(s) uploaded.

SAVE AS: upload.asp


Step 4:

UPLOAD THE FILES TO YOUR HOSTING VIA YOUR FTP PROGRAM AND VUALA.

I had a problem b4 because i was using a asp template and pasted the code. It woked when the .asp page was blank and then I pasted the code.

If you change to LINUX server you can Use PHP code.

Anyway I used this code on a fun page called http://www.oldpod.com
damiencurtis is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to HELP with ASP Form PLEASE

Thread Tools

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

vB 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.11864 seconds with 12 queries