473,785 Members | 2,363 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Crazy Image Problem

I know this is going to be embarresingly simple, but I cant see the wood for
the trees at the moment.

If I create a webform and place an image control on it and select ( Browse
an image ) it appears for me on the page, and if I launch the browser, it
allso appears ( Note the image property has the Fil:/// x x x x /x x x x
URL.

However, if I make the URL
http://MyLocalMachine/MyAspNetApplication/Image.jpeg then this will not
display ?

Any ideas ?
Nov 19 '05 #1
3 1063
Where is the image in question?

If it is not under your virtual root then any url used will be incorrect.

It sounds like the url is not mapping to the image correctly.

You really didn't give much info so it is hard to give a reasonable answer..

Cheers,
Adam

"Mr Newbie" <he**@now.com > wrote in message
news:ur******** ******@TK2MSFTN GP14.phx.gbl...
I know this is going to be embarresingly simple, but I cant see the wood
for the trees at the moment.

If I create a webform and place an image control on it and select ( Browse
an image ) it appears for me on the page, and if I launch the browser, it
allso appears ( Note the image property has the Fil:/// x x x x /x x x x
URL.

However, if I make the URL
http://MyLocalMachine/MyAspNetApplication/Image.jpeg then this will not
display ?

Any ideas ?

Nov 19 '05 #2
The URL Maps to

htp://MyLocalMachine/MyWebApp/TheImageName.jp eg

If I simple use this url in the browser, the image wont load. So it seems to
be a problem with my machine serving graphic files via its own servername,
tho it will serve aspx files etc.

???
"Adam Knight" <ad**@pertrain. com.au> wrote in message
news:eg******** ******@TK2MSFTN GP10.phx.gbl...
Where is the image in question?

If it is not under your virtual root then any url used will be incorrect.

It sounds like the url is not mapping to the image correctly.

You really didn't give much info so it is hard to give a reasonable
answer..

Cheers,
Adam

"Mr Newbie" <he**@now.com > wrote in message
news:ur******** ******@TK2MSFTN GP14.phx.gbl...
I know this is going to be embarresingly simple, but I cant see the wood
for the trees at the moment.

If I create a webform and place an image control on it and select (
Browse an image ) it appears for me on the page, and if I launch the
browser, it allso appears ( Note the image property has the Fil:/// x x
x x /x x x x URL.

However, if I make the URL
http://MyLocalMachine/MyAspNetApplication/Image.jpeg then this will not
display ?

Any ideas ?


Nov 19 '05 #3
Fixed it. It was a case of "Stay up coding into the night, after coding all
day and loose urself perspective, lose your ability to add the right file
extension name like jpeg instead of jpg

Sorry for bothering u.

"Mr Newbie" <he**@now.com > wrote in message
news:eO******** *****@TK2MSFTNG P10.phx.gbl...
The URL Maps to

htp://MyLocalMachine/MyWebApp/TheImageName.jp eg

If I simple use this url in the browser, the image wont load. So it seems
to be a problem with my machine serving graphic files via its own
servername, tho it will serve aspx files etc.

???
"Adam Knight" <ad**@pertrain. com.au> wrote in message
news:eg******** ******@TK2MSFTN GP10.phx.gbl...
Where is the image in question?

If it is not under your virtual root then any url used will be incorrect.

It sounds like the url is not mapping to the image correctly.

You really didn't give much info so it is hard to give a reasonable
answer..

Cheers,
Adam

"Mr Newbie" <he**@now.com > wrote in message
news:ur******** ******@TK2MSFTN GP14.phx.gbl...
I know this is going to be embarresingly simple, but I cant see the wood
for the trees at the moment.

If I create a webform and place an image control on it and select (
Browse an image ) it appears for me on the page, and if I launch the
browser, it allso appears ( Note the image property has the Fil:/// x x
x x /x x x x URL.

However, if I make the URL
http://MyLocalMachine/MyAspNetApplication/Image.jpeg then this will not
display ?

Any ideas ?



Nov 19 '05 #4

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

Similar topics

11
3351
by: doltharz | last post by:
Please Help me i'm doing something i though was to be REALLY EASY but it drives me crazy The complete code is at the end of the email (i mean newsgroup article), i always use Option Explicit and Response.Expires=-1,
3
2232
by: francisco lopez | last post by:
I hope not sent I twice. ok here is my problem, the javascript form validation works perfect during I put a emaildirection in the <form action:""> comand, like this: <form action="mailto:butacasalada@gmx.net" method="post" name="formulario" id="formulario" onSubmit="return chkFormular()">
7
1758
by: Miguel Dias Moura | last post by:
Hello, In an ASP.Net / VB web page I want to display an image which filename depends of a parameter on the URL. I have this:
1
1542
by: kfc1976 | last post by:
Hi All, First of all, following are the facts 1) I've been trying to solve the following issue for the past 8 hours (Not Kidding) 2) If I can't find the answer, It will drive me completely crazy Platform: XP Pro, .net 2.0 FrameWork, Visual Studio 2005 Problem Regarding:
1
2242
by: kfc1976 | last post by:
Hi All, First of all, following are the facts 1) I've been trying to solve the following issue for the past 8 hours (Not Kidding) 2) If I can't find the answer, It will drive me completely crazy Platform: XP Pro, .net 2.0 FrameWork, Visual Studio 2005 Problem Regarding:
3
1434
by: Bob Bedford | last post by:
I understand nothing about the rights ! I create directories and subdirs by php scripts. I've an admin accound, and trying to delete files by FTP, I've not the right to. Admin should have ALL rights, isn't ? Why may I not manage the files and dirs by FTP on the admin account if created by a php script ? Please help I'm getting crazy. Bob
6
3832
by: battle.chris | last post by:
Hi all. Any advice appreciated - I'm floating an image right and the text to the left of the image is being forced down about 5px from the top of the containing area. You can see the issue here: http://www.cbcgroup.com.au/drupal. No issues in ie7 or Firefox - can someone tell me what I'm doing wrong? Thanks.
2
3631
by: kheitmann | last post by:
OK, so I have a blog. I downloaded the "theme" from somewhere and have edited a few areas to suit my needs. There are different font themes within the page theme. Long story short, my "Text Posts" are supposed to be in the font: Georgia, but they are showing up in "Times New Roman"...blah! I can't find anything wrong in the code, but who am I trying to fool? I know nothing about this stuff. The code is below. The parts that I *think*...
16
6477
by: MarwaAlSagheer | last post by:
Hi, I have problem with rich text box, sometimes when form open and rich text have Text ... All text was Align to left and let white space (Click Her to show false ImageShack - Image Hosting :: trueqd2.jpg ) But when I click at the rich text box nothing of this problem happen?? (Click here to show true ImageShack - Image Hosting :: falseig1.jpg ) Thanx in advance .... :)
0
10161
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...
1
10098
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9958
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
8986
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...
1
7506
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6743
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
1
4058
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
3662
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2890
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.