I have a website that visitors need to upload pictures. I would like to know if there is a website host that will let visitors of my website to upload their pictures.
I would appreciate any help you can provide.
Thank you.
I have my website hosted in godaddy.com. I have an asp code that uploads an image into my images folder. When I try to upload an image I receive the following message: "Folder d:\hosting\mypage\images does not have delete permissions, although it does have write permissions.
Change the...
Thanks, Lee. Sorry, for questions. This is first time I use godaddy. Do you mean settings for the images folder? If yes, here are the settings I have:
Inherit (Inherit permissions from parent directory)--------------Not checked
Read (Directory contents are visible to users)--------------Checked...
I have my website hosted in godaddy.com. I have an asp code that uploads an image into my images folder. When I try to upload an image I receive the following message: "Folder d:\hosting\mypage\images does not have delete permissions, although it does have write permissions.
Change the...
To use PayPal’s “buy now” button I need to display a PayPal form with hidden fields plus the submit button. One of these hidden fields contains the URL where the visitor should be redirected after successful payment. My problem is that the visitor can do a shortcut and instead of paying he can...
Genimuse,
ftp page shows db and wwwroot folders on the same level. In ("../db/store.mdb") do we need two dots, or one? objConn.Open "Provider=Microsoft.Jet.OLEDB.4.0; Data Source=" & Server.MapPath("../db/store.mdb") doesn’t work.
Thanks.
Genimuse:
Thank you very much for your help. I checked the code you suggested. I think there is a problem with ("../db/store.mdb") part. I have the same database in both db folder and wwwroot folder.
objConn.Open "Provider=Microsoft.Jet.OLEDB.4.0; Data Source=" & Server.MapPath("store.mdb")
code...
I published my page in the Internet, but the link to the database doesn’t work. I used FTP to copy my files. There are db, wwwroot folders. My files are in wwwroot folder. I copied my MS Access database into the db folder. This is what I have.
Dim objConn
Set objConn =...
I have a variable inside a function which is being run a few times.
function AddItem() {
.......
items++;
}
I want the value of the variable “items” appear in the querystring (in place of ?????)
<FORM ACTION="sell.asp?numitems=?????>
How can I do that.
Thanks for your help.
haslo, thanks for your response. I do not need to interact with server side for hiding the window, so I do not need ASP for this. Did I understand you correctly? What if the user is not using IE, or the user does not have downloaded JVM? Will it cause an error? I am not clear about “Applets are...
Your suggestion did not work. I think it should be changed to
if ((!document.frmItem.ItemName.value) && (!document.frmItem.Description.value) && (!document.frmItem.AskingPrice.value) && (!document.frmItem.Place.value))
However, I tried both. Both did not work. Thank you just the same.
I want to verify if all fields of the form are filled up or not. Here is the function I use which I call in form using onsubmit (see below). It opens sell.asp without checking. Please help me find my error. Thank you.
<HTML>
<HEAD>
<script language=Javascript>
<!--
function Empty()
{
if...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.