473,738 Members | 10,643 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Problem in uploading a folder

Hi,
I am facing a different problem in my application. In that I am uploading a
folder that contain only images. Everything was done and was working fine
too. When I executed the application using the localhost it works fine. But
when my machine acts as a client and executes the application from another
machine (considered as the server) it is telling that the folder is not
found, even if the folder is present in the client machine. The path it takes
for verification is the server path. When I traced to check the value for the
folder path, along with the path string the symbol "@" is also coming (not as
a part of the path string but is attached with the path string). Because of
that, it is refferring the path in the server. I am directly typing the
folder path in a text box. The validation happens when the user clicks the
button for uploading. Also one more validation for the file name is that the
name should be the same as that of a value in the database.
Is there any way to eliminate the problem. Can anyone help me in this regards.

Thanks in advance,
N.Ramakrishnan
Nov 21 '05 #1
4 1650
Hi,

Maybe one of these will help.

http://support.microsoft.com/default...b;en-us;323245

http://support.microsoft.com/default...b;en-us;315832

Ken
------------------
"Ramakrishn an Nagarajan" <ra**********@d iscussions.micr osoft.com> wrote in
message news:9F******** *************** ***********@mic rosoft.com...
Hi,
I am facing a different problem in my application. In that I am uploading
a
folder that contain only images. Everything was done and was working fine
too. When I executed the application using the localhost it works fine.
But
when my machine acts as a client and executes the application from another
machine (considered as the server) it is telling that the folder is not
found, even if the folder is present in the client machine. The path it
takes
for verification is the server path. When I traced to check the value for
the
folder path, along with the path string the symbol "@" is also coming (not
as
a part of the path string but is attached with the path string). Because
of
that, it is refferring the path in the server. I am directly typing the
folder path in a text box. The validation happens when the user clicks the
button for uploading. Also one more validation for the file name is that
the
name should be the same as that of a value in the database.
Is there any way to eliminate the problem. Can anyone help me in this
regards.

Thanks in advance,
N.Ramakrishnan

Nov 21 '05 #2
Hi,

Maybe one of these will help.

http://support.microsoft.com/default...b;en-us;323245

http://support.microsoft.com/default...b;en-us;315832

Ken
------------------
"Ramakrishn an Nagarajan" <ra**********@d iscussions.micr osoft.com> wrote in
message news:9F******** *************** ***********@mic rosoft.com...
Hi,
I am facing a different problem in my application. In that I am uploading
a
folder that contain only images. Everything was done and was working fine
too. When I executed the application using the localhost it works fine.
But
when my machine acts as a client and executes the application from another
machine (considered as the server) it is telling that the folder is not
found, even if the folder is present in the client machine. The path it
takes
for verification is the server path. When I traced to check the value for
the
folder path, along with the path string the symbol "@" is also coming (not
as
a part of the path string but is attached with the path string). Because
of
that, it is refferring the path in the server. I am directly typing the
folder path in a text box. The validation happens when the user clicks the
button for uploading. Also one more validation for the file name is that
the
name should be the same as that of a value in the database.
Is there any way to eliminate the problem. Can anyone help me in this
regards.

Thanks in advance,
N.Ramakrishnan

Nov 21 '05 #3
Ken,
I visited this links but what it was saying about is to upload image files.
Now the problem is with configuring the path only. Even though I give the
path in local machine it is searching in the server only. I have no idea what
to do with it. Could you please help me out.
Regards,
N.Ramakrishnan
"Ken Tucker [MVP]" wrote:
Hi,

Maybe one of these will help.

http://support.microsoft.com/default...b;en-us;323245

http://support.microsoft.com/default...b;en-us;315832

Ken
------------------
"Ramakrishn an Nagarajan" <ra**********@d iscussions.micr osoft.com> wrote in
message news:9F******** *************** ***********@mic rosoft.com...
Hi,
I am facing a different problem in my application. In that I am uploading
a
folder that contain only images. Everything was done and was working fine
too. When I executed the application using the localhost it works fine.
But
when my machine acts as a client and executes the application from another
machine (considered as the server) it is telling that the folder is not
found, even if the folder is present in the client machine. The path it
takes
for verification is the server path. When I traced to check the value for
the
folder path, along with the path string the symbol "@" is also coming (not
as
a part of the path string but is attached with the path string). Because
of
that, it is refferring the path in the server. I am directly typing the
folder path in a text box. The validation happens when the user clicks the
button for uploading. Also one more validation for the file name is that
the
name should be the same as that of a value in the database.
Is there any way to eliminate the problem. Can anyone help me in this
regards.

Thanks in advance,
N.Ramakrishnan


Nov 21 '05 #4
Ken,
I visited this links but what it was saying about is to upload image files.
Now the problem is with configuring the path only. Even though I give the
path in local machine it is searching in the server only. I have no idea what
to do with it. Could you please help me out.
Regards,
N.Ramakrishnan
"Ken Tucker [MVP]" wrote:
Hi,

Maybe one of these will help.

http://support.microsoft.com/default...b;en-us;323245

http://support.microsoft.com/default...b;en-us;315832

Ken
------------------
"Ramakrishn an Nagarajan" <ra**********@d iscussions.micr osoft.com> wrote in
message news:9F******** *************** ***********@mic rosoft.com...
Hi,
I am facing a different problem in my application. In that I am uploading
a
folder that contain only images. Everything was done and was working fine
too. When I executed the application using the localhost it works fine.
But
when my machine acts as a client and executes the application from another
machine (considered as the server) it is telling that the folder is not
found, even if the folder is present in the client machine. The path it
takes
for verification is the server path. When I traced to check the value for
the
folder path, along with the path string the symbol "@" is also coming (not
as
a part of the path string but is attached with the path string). Because
of
that, it is refferring the path in the server. I am directly typing the
folder path in a text box. The validation happens when the user clicks the
button for uploading. Also one more validation for the file name is that
the
name should be the same as that of a value in the database.
Is there any way to eliminate the problem. Can anyone help me in this
regards.

Thanks in advance,
N.Ramakrishnan


Nov 21 '05 #5

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

Similar topics

4
14521
by: R Reyes | last post by:
I am trying to code a file uploader (for forum/email attachments) from the client computer to a remote web server via the PUT method (since POST is not allowed ). However, the upload works ONLY when the file is inside a shared folder on my computer. If I try to upload from any other folder it does not work. Why is this? Reason being that whenever I upload files on other forums or websites I know I don't need to have my folder shared...
5
2735
by: IkBenHet | last post by:
Hello, I use this script to upload image files to a folder on a IIS6 server: ******************* START UPLOAD.ASPX FILE ********************** <%@ Page Language="VB" Debug="true" %>
7
5225
by: Ankit Aneja | last post by:
I put the code for url rewrite in my Application_BeginRequest on global.ascx some .aspx pages are in root ,some in folder named admin and some in folder named user aspx pages which are in user folder are using this code of url rewrite project is running completely fine on localhost but after uploading first page (http://emailware.net.temporary.domain.name/user/index.aspx) is fine but as i click 123 Easy-CD Ripper
0
263
by: Ramakrishnan Nagarajan | last post by:
Hi, I am facing a different problem in my application. In that I am uploading a folder that contain only images. Everything was done and was working fine too. When I executed the application using the localhost it works fine. But when my machine acts as a client and executes the application from another machine (considered as the server) it is telling that the folder is not found, even if the folder is present in the client machine. The...
2
2377
by: just_me | last post by:
Hello everybody, I am using move_uploaded_file() in a form to handle image uploading, and it worked just great when I was testing locally in my computer. After uploading the file in my host provider I get a warning (not an error) "Permission denied" to move the temporary file to folder I want. Should I email the provider or it's somewhere else the problem? Any help is welcome!
3
1913
ganesanji
by: ganesanji | last post by:
hi all, I have written a php coding for uploading a file to a specific folder or location in server which is a Linux server. I think the coding for file uploaing is correct. But it does not work properly. That means the file is not uploaded to the specified location. It always executes the "else" condition in my coding. I think the problem is lieing in the specifed path which is the target path for file uploading. I could not find out...
2
1482
by: Zoliq | last post by:
Hi, I have a serious problem. I'm currently developing an application in which the user should upload many files (600-700 xml files). I've searched the web for a while and so far I realized that there's no way to use the HtmlInputFile class to achive the desired effect just because I can't set programatically the property of the class that stores the path of the selected file. My first approach was to write some javascript code which would...
12
3374
by: K. | last post by:
Hello! I have a problem with SWFupload class1. I have the page with uses SWFUpload class. Everything worked fine until (I suppose my admin) implemented some changes into the server. Now uploading file doesn`t work 2. I select one small file which is uploading 3. I get the status "Complete", but file is not being uploaded, because it doesn`t exist on my server. On the beginning of the upload.php file I`ve added easy insert query into the...
0
8969
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, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9476
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
9335
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 tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
8210
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
4570
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
4825
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
3279
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
2745
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2193
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.