6,113 Topics

Member Avatar for
Member Avatar for rizwan_aman007

How can we add a control on our .jsp webpage for uploading several image files as done in gmail attachment, Where a Remove button also appears if we wanna remove the particular attachment.

Member Avatar for rakesh4java
0
90
Member Avatar for TJW

Hello: (I am using Borland C++ Builder 6 Professional) Before you jump all over me I've already read the post Returing Arrays C/C++ and completely understand. For some reason I am still having difficulty implementing in my project. Very brief Project Explanation: I am collecting data from a laser sensor …

Member Avatar for espar
0
397
Member Avatar for PeterWaij

I hope somone can help me. I made a page and used jquery for a popup page. In the popup page i have 15 images. I want the user to select a image and once the image is clicked it must be displayed on the main page. I have tried …

Member Avatar for JCWD
0
124
Member Avatar for betabasic

Please see the image below: [url]http://img140.imageshack.us/img140/1023/vbpicmove.jpg[/url] as you can see. using a timer. the images (image1 and image2) move from right to left inside the picturebox1. I have an idea on how to do it but I dont know how to code it. here's the idea: @ 0 sec Picturebox1 …

0
58
Member Avatar for Disloxic2

Hi Guys, I need the following code to allow all common image formats, not just .jpgs, as I now need to display animated .gif images, as well as .jpgs. How could this be done? Many thanks, Dave ps: the code below uses a loop to count through the 7 images, …

Member Avatar for Disloxic2
0
101
Member Avatar for McLaren

Hello, There is such code in css file [CODE]a:hover { background: #F1F9DA; color: #895F30; border-bottom: 1px dotted #895F30; }[/CODE] so on mouse over it changes the backgroutd of links and adds border. But I have images wiht links [CODE]<img class="reklama" src="http://localhost/darzelis/uploads/reklama/ad_-_Copy.jpg" alt="#" border="0">[/CODE] and I don't want a backgroud and …

Member Avatar for McLaren
0
210
Member Avatar for kapilshanaz

Hi Guys, I am doing a web based jsp project. Here we primarily read an image and store it to a relative folder.This image is then called in a jsp page. The previous image is loaded instead of the recent one. I need help from you guys regarding this, So …

0
63
Member Avatar for Mike Askew

As the title suggests, i am trying to pull a bitmap image stored in a table location with an OLEObject type to my picture box on the form. The code i am using is as following: [CODE=VB.NET]img_ProductPicture.Image = DS.Tables("LocationInfo").Rows(0).Item(5)[/CODE] The error i am receiving is an InvalidCastException: Unable to cast …

Member Avatar for Mike Askew
1
867
Member Avatar for methmignonne

so, im doing an image detection which i have to process on each red, green, n blue element to get the edge map and combine them become one to show the output. but it doesnt show my output image would anyone pls be kind enough to help me? here is …

0
72
Member Avatar for cmills83

Here is what I have...everything works except the entire top border does not. I have tried it this way and also border-top-image:...Does anyone have any ideas!? thanks! <style> .about { font-family:"BankGothic Md BT"; font-size:12px; border-right:1px solid #FB9709; border-left:1px solid #FB9709; border-bottom:1px solid #FB9709; border-top: 1px solid #FB9709 url('tab.gif'); text-align:left; word-wrap …

Member Avatar for feoperro
0
360
Member Avatar for jugosoft

I'm creating some barcode generator, and I want to save generated barcode to database, but I have a problem when I want to get bytes from PictureBox Image. It says that Image property is null. That's hapening because barcode is drawn on the PictureBox(not in Image property). I think that …

Member Avatar for jugosoft
0
197
Member Avatar for Mrki77

Hi everybody, I have a specific problem, and cant get over it. For my latest project I need a simple PHP script that display an image according to its ID sent through URL. Here's the code: [CODE]header("Content-type: image/jpeg"); $img = $_GET["img"]; echo file_get_contents("http://www.somesite.com/images/$img");[/CODE] The problem is that the image doesn't …

Member Avatar for karteek.vemula
0
1K
Member Avatar for nandhinijp

i want to add watermark in image.i am using image handler. its not properly working. i want to add watermark at runtime only no need for original image.in my home page i have 25 thumbnail images. when i click any one of the image it goes next page and display …

Member Avatar for samx2010
0
947
Member Avatar for udaykrishnag

to find the size of image by knowing the height and width....and by knowing the pixel depth...any solutions plz help.....

Member Avatar for Trentacle
0
42
Member Avatar for mirena

Hi there, I am very new to python and wx and all that and I have a problem with my program, I'm trying to save what's been drawn on the screen,but just cant make it work. Here is the code: [CODE] import wx class MPanel(wx.Window): def __init__(self, parent): wx.Window.__init__(self, parent) …

Member Avatar for vegaseat
0
177
Member Avatar for vegaseat

This little code snippet shows you how you save a wxPython canvas drawing to a standard image file.

1
2K
Member Avatar for cavpollo

Hi there, I got this annoying problem... I have to create dynamically an image control that has got to be accesses later through javascript. In other words, I got an image that was created in the page code, and using javascript I got to be able to work with it …

Member Avatar for cavpollo
0
673
Member Avatar for fredrickme

Good day all please ADO, I need help.After developing my jsp,the code work fine except that it displays image link from the database instead of the image itself.I tried manipulating the blob datatype by setting (Blob bl=resultset.getBlob(n)) but it returns an error.Secondly,assuming i want the size of that image to …

Member Avatar for Shanti C
0
6K
Member Avatar for sirlink99

is there an option where you can opt out a certain color (green, red, blue, etc.) and replace it with a different picture. lets say I had a stick figure with a blue background and I had a mountain as a background image would there be a way to take …

Member Avatar for pbl
0
142
Member Avatar for kkjay

Hi everyone, I am new to PHP and need help in making my script be able upload multiple images simultaneously. I need a large image and a thumb for each. I got this script from the web and made a few changes. I would really appreciate any help. The forms …

Member Avatar for kkjay
0
1K
Member Avatar for narendrakiit

Hi , I am design our website , and my requirement is to upload image. I want to upload image seperate for every user... when user register in my website a dynamic folder is created through his userid ..and photo is store in his directory.it is for every user seperetally.. …

Member Avatar for Shanti C
0
159
Member Avatar for gingank

Hi All, I has a question how can i insert a image into a specific cell in excel using the vb6. I already store the image(jpg) in a specific location then i want to display it at excel Can you all teach me what the method i should use? Or …

Member Avatar for AndreRet
0
548
Member Avatar for AycheKay

My images contained inside a tags have blue borders around them. How do I get rid of these borders? Here's what I've been trying and it doesn't work: [CODE]#gallery .a .img { border-style: none; }[/CODE]

Member Avatar for AycheKay
0
97
Member Avatar for udaykrishnag

the given input as image.....later we have to find which is the storage format like 4:4:4 or 4:2:2 or 4:2:0.... any suggestions plz.....in C

Member Avatar for myk45
0
26
Member Avatar for a1a4a

Hello all I am working on a project that convert images to text , and load them from text , so i can save them online then load them as image . But if u could just give me a code of a project with a textbox where i write …

Member Avatar for codeorder
0
394
Member Avatar for AdriftUniform

Hi, I am having an issue saving images to a MYSQL database as a BLOB, I have been for a few days now, I have used several different tutorials and even though the code works with no errors returned, nothing actually get put in my database. Here is my form …

Member Avatar for AdriftUniform
0
218
Member Avatar for deb081900

Hi All I got lots of help from this site Here I am facing 1 simple problem but can't point it out, So I need urgent help from you all. I am using Windows 7, VS C# 2008, Access 2007 My Access database have 1 photo column of OLE Object. …

0
93
Member Avatar for nooony

I've been learning python during one semester, and pygame in one week... Im making a simple kid guessing game where random images appear with one word. click on the correct image that the word describes and a little green right image appears and a red cross 'wrong' if it is …

Member Avatar for nooony
0
487
Member Avatar for SaranyaKrishnan

How to find the integral image from the original image in matlab?? I also want to know how to find the intensity of image/pixel?? please reply soon.

0
57
Member Avatar for Pinchanzee

I'm looking to create a 3D environment for an escape-the-room game that I'm making with Flash. I'm hoping I'll be able to do it with the 3D features of Adobe Illustrator but am unsure. I need to be able to move the view-point angle in the pictures to take the …

Member Avatar for Pinchanzee
0
332
Member Avatar for ncnet

Hi, I have an issue uploading images to a server. This functionality works perfectly within our network. But attempting to upload images to the same server from outside of our network, I get an error - Could not find a part of the path 'E:\inetpub\wwwroot\Folder1\Folder2'. Below is a portion of …

Member Avatar for kvprajapati
0
59
Member Avatar for Dizzzy

Ok so ive been writing code for a web server to return requested files, It works well for html and txt files but when an image is requested all i recieve is the url of the file... In firefox in conqueror i dont get anything. All i do is read …

Member Avatar for NicAx64
0
266
Member Avatar for expertsudhir

I am developing an intranet website using flash. I have downloaded a free template which I modified; It is running correctly but there is one problem; when i run the swf file directly it displays all the images; but when i run it from webserver it does not display 3 …

Member Avatar for rajarajan2017
0
90
Member Avatar for george61

Here is a PHP code that writes a string on the bottom of a given image. I want to have the image with the string on it to be saved in a folder. The problem is that this script copies the image without the stamped text. Here is the code: …

Member Avatar for pritaeas
0
172
Member Avatar for DrTre5189

A few days ago, after being on computer for about half an hour it randomly shut off by itself. I opened the case and cleaned all the dust out, turned it back on accordingly, and after being on another 30 minutes or so it shut down again. Sometimes I noticed …

Member Avatar for Rik_
0
151
Member Avatar for RunTimeError

Hey guys, For some reason I cannot get an image I have uploaded to display when I try to render it through an <img> tag within a response.write() API Call in C#. Here is my code: [CODE=C#]protected void uploadFiles(object sender, EventArgs e) { HttpFileCollection allFiles = Request.Files; for (int i …

Member Avatar for CrappyCoder
0
614
Member Avatar for Ashfaq2679

I need to add orkut like functionality on my site. When user Logs in he should see images of all of his contacts. When he clicks on an image his profile should be loaded. I need guidance achieving this. Presently I have created the hyperlink images at runtime in a …

Member Avatar for Ashfaq2679
0
161
Member Avatar for udaykrishnag

I want know how to find the type of image weather it may be jpeg/png/tiff/bmp by using C.........any ideas

Member Avatar for Narue
0
59
Member Avatar for BelgianQueen

I do not want to use a static image as a background. Instead I want to be able to use different images through out the website. How do I accomplish that in CSS?

Member Avatar for Arkinder
0
111
Member Avatar for MovingGifts

Hey everyone, I am trying to accomplish something with images growing on hover like the fancy grow mouseover effect on google images. Here is what I have: [URL="http://www.1stbusinessneeds.com/tooltip/tooltip.html"]http://www.1stbusinessneeds.com/tooltip/tooltip.html[/URL] The tooltip is offset and is based on the walter zorn tooltip. What's the best way to have the mouseover popup grow …

0
95
Member Avatar for simonquasar

hi guys! i've a mapped image and jquery in the following code, works fine with Chrome and Safari, but Firefox doesn't recognize the onclick function and I'm wondering why! [CODE]<img id="menu" src="/imgs/home/menuOK.png" border="0" align="left" usemap="Map_Menu"/> <map name="Map_Menu" id="Map"> <area shape="poly" coords="16,189,103,155,99,149,5,169" href="#" onclick="$('#contenuto').html('<iframe src=bio.php frameborder=no width=100% height=100% scrolling=no id=icontent><p>Your browser …

Member Avatar for simonquasar
0
237
Member Avatar for Resentful

I am finishing up the design of my website and I have one little issue. I am trying to put an image as a slide, however the image isn't appearing the correct place. You may view the image at [url]http://www.survator.com[/url]. It is the first slide. The code is: [CODE=html] <span …

Member Avatar for Resentful
0
46
Member Avatar for KoolAide2010

I am new to javascript and I am not sure if my idea will even work in java script but here we go. My Dad has a web page and I am trying to help him out with it. He builds duck calls and I am trying to make a …

Member Avatar for KoolAide2010
0
147
Member Avatar for omeralper

Hello, I am newbie at ASP.net. I got stuck at a point that hopefully you can help me. I use mssql as database and fetch all my records and images from there by using <asp:SqlDataSource>. I also use [CODE]<asp:Repeater>[/CODE] to show data at every iteration. After fetching data from database, …

Member Avatar for omeralper
0
165
Member Avatar for localp

I am using VS2008, OS win Vista. I need to create a C++ windows form program to add a .swf flash animation to the form. How is this done. Any sample code, or a good tutorial is appreciated.

Member Avatar for localp
0
81
Member Avatar for Mike Bishop

Morning all, I have the following code that gets a jpg image from sql which works fine. What i would now like to do is save this image as a file on my pc in a temp folder that i can use in a report. i would like to change …

Member Avatar for Mike Bishop
0
205
Member Avatar for zeeshan_kust

hello i have the following code to change the image name of upload picture [CODE] $TARGET_PATH="pics/"; $TARGET_PATH =$TARGET_PATH . basename( $_FILES['photo']).'.jpg'; while (file_exists($TARGET_PATH)) { $TARGET_PATH =$TARGET_PATH . basename( $_FILES['photo']) . uniqid() . '.jpg'; }[/CODE] This change the name of image or file but dont sho the extention it just show …

Member Avatar for hielo
0
80
Member Avatar for Cuchara

[CODE]<form action="<?php echo $_SERVER['PHP_SELF']?>" method="post"> <table cellpadding="0" cellspacing="0"> <tr> <td height="35" width="80">Username:</td> <td><input type="text" name="username"></td> </tr> <tr> <td height="35">Password:</td> <td><input type="password" id="pass" name="pass"></td> </tr> </table> <input type="submit" name="submit" value="Login"> <input name="submit" type="image" src="./images/button.png" style="width: 160px; height: 25px; margin-left: 35px; margin-bottom: -20px; margin-top: 20px;"><a href="" style="color: white; text-decoration: none; font-weight: bold; …

Member Avatar for dos_killer
0
123
Member Avatar for muralibobby2015

hello... i am not getting image url in I.E when ever drag the image into textbox. it is working fine in all browsers. but not in I.E. drag the image into textbox. url not getting in textbox. how to get this url when drag the image thanks.

Member Avatar for muralibobby2015
0
104
Member Avatar for swinefish

Hello all I'm working on a project for next year, and I've decided to be a little ambitious. One of the features I would like to have is the ability for my project to analyse an area of the earth (from Google Earth or a good atlas) and determine the …

Member Avatar for m7mud.mustafa
0
145

The End.