473,387 Members | 1,603 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

file upload error

AMC
Hi,

I'm using a free component to upload image files to the web server. I'm
getting this error when I try to upload

SaveBinaryData error '800a0bbc'

http://m.rbgdesign.com/southernlumber/\flowers 003.jpg:Write to file failed.

/southernlumber/_Upload.asp, line 903

I know that I have write permissions for this server. Maybe my path is
incorrect. How can I solve this?

Thanks
Jul 19 '05 #1
2 4379
It'd help if we saw a relevant code snippet... Are you using http://... as
your FILE PATH? If so, do not. You want to use a normal file path like
C:\Path\file.name. If you do not know or want to use the full filepath but
want to use a path relative to the location of your WWW files, see the
server.mappath method here.
http://msdn.microsoft.com/library/en...om_serommp.asp

Ray at home
"AMC" <ab*****@netgate.net> wrote in message
news:eJ****************@TK2MSFTNGP15.phx.gbl...
Hi,

I'm using a free component to upload image files to the web server. I'm
getting this error when I try to upload

SaveBinaryData error '800a0bbc'

http://m.rbgdesign.com/southernlumber/\flowers 003.jpg:Write to file failed.
/southernlumber/_Upload.asp, line 903

I know that I have write permissions for this server. Maybe my path is
incorrect. How can I solve this?

Thanks

Jul 19 '05 #2
AMC
Thanks, I am using http... as the path - I'll try your suggestion and if it
doesn't work out I'll post some code.

AC
"Ray Costanzo [MVP]" <my first name at lane 34 dot commercial> wrote in
message news:%2****************@tk2msftngp13.phx.gbl...
It'd help if we saw a relevant code snippet... Are you using http://... as
your FILE PATH? If so, do not. You want to use a normal file path like
C:\Path\file.name. If you do not know or want to use the full filepath but want to use a path relative to the location of your WWW files, see the
server.mappath method here.
http://msdn.microsoft.com/library/en...om_serommp.asp

Ray at home
"AMC" <ab*****@netgate.net> wrote in message
news:eJ****************@TK2MSFTNGP15.phx.gbl...
Hi,

I'm using a free component to upload image files to the web server. I'm
getting this error when I try to upload

SaveBinaryData error '800a0bbc'

http://m.rbgdesign.com/southernlumber/\flowers 003.jpg:Write to file

failed.

/southernlumber/_Upload.asp, line 903

I know that I have write permissions for this server. Maybe my path is
incorrect. How can I solve this?

Thanks


Jul 19 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: matt | last post by:
I have compiled some code, some written by me, some compiled from various sources online, and basically i've got a very simple flat file photo gallery. An upload form, to upload the photos and give...
13
by: Sky Sigal | last post by:
I have created an IHttpHandler that waits for uploads as attachments for a webmail interface, and saves it to a directory that is defined in config.xml. My question is the following: assuming...
6
by: tshad | last post by:
I have an upload file input as: <input id="MyFile" style="width:300px" type="File" runat="Server"> This works fine, but I find that if my page doesn't pass validation during postback, the page...
1
by: DavidA | last post by:
I have a very simple form and perl script that is to upload a jpg file. I am not familiar with the perl language but copied the code from a text book. It works fine with all browsers except IE....
6
by: Milan Krejci | last post by:
while(list($key,$value) = each($_FILES)) { if(!empty($value)){ $filename = $value; $add = "upimg/$filename"; echo $_FILES; $error=copy($_FILES, $add); if (!$error)...
2
by: hotflash | last post by:
Hi All, I found the best pure ASP code to upload a file to either server and/or MS Access Database. It works fine for me however, there is one thing that I don't like and have tried to fix but...
1
by: chrisj | last post by:
I'm using freeASPupload and got some assistance integrating to a Member script. It works successfully. In this modified version there are two groups that use this upload script. Members of one...
6
Jacotheron
by: Jacotheron | last post by:
I need a PHP script that can upload music files (mp3). The script is for a home project I have started a while ago. I have a MySQL database of all the music that I have. Other computers on the...
5
by: kailashchandra | last post by:
I am trying to upload a file in php,but it gives me error msg please Help me? My Code is like below:- i have one php file named upload.php and i have another html file named upload.html and...
1
KevinADC
by: KevinADC | last post by:
Note: You may skip to the end of the article if all you want is the perl code. Introduction Many websites have a form or a link you can use to download a file. You click a form button or click...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.