Summary: Hello, I have a php script that uploads a few text boxes to a mysql database, and uploads an image to a given directory. It worked great for a coupl...
Summary: I have a question about image uploads. I am creating a form that users can upload images through. I know how to take an image and store it in a direct...
Summary: Not sure what you are looking for. Do these images need to be used by the website? If so, they need to be on the webserver or another machine that the...
Summary: SDP - You're probably done by now with your site ;-) But I would suggest investing $20-&30 on a book to get the basic <html> stuff and CSS info, th...
Summary: thanks all for your support... i will try your php codes .. :) and yes my host have frontpage extension installed. and how implemnted it ... i just pu...
Summary: i have a working email script if you'd like to use it. it doesnt have anything on the image uploading though as i didnt think about that nor did i car...
Summary: Greetings all, I am new here. Wondering if i can get any help from this forum. I am new to Java script/HTML Recently our Internet application teacher...
Summary: OK here is the definitve answer, thanks to a web guru at phpbb.com.... M$ has never fully implemented the PNG format and has no intention of doing so ...
Summary: 1. When a persons saves the page using "Web page complete" or "Web archive" they get the complete page. As already stated - anyone viewing your page a...
Summary: Zenno- This one is my fault. I misread MSDN's documentation. I thought that it was saying that overflow applied to the HTML object (which I thought ...
Summary: hmmm thats a good point. little bit anoying as that image took me a while to make. Suppose im going to have to scrap it. Im really stuck on this backg...
Summary: If your host supports PHP & has the GD or ImageMagick library installed, you can do this dynamically. But what you're probably looking for is a batch...
Summary: Sounds to me like your files are only local. Perhaps in your code that brings them in, it is referencing a local directory. Hence, the reason you see...
Summary: "File browsing" is dangerous because it allows everything to be downloaded from the folder of choice. better solution will be to setup a free php scri...
Summary: Can you explain what this line does? $selected = ($category==$catValue)?' selected="selected"':''; Since single quotes won't interpret $self, why does...
Summary: I think you'll need to write the file to the disk first. How is the image being stored? You might try writing it to a file using the image<type>()...
Summary: In general, add a form that uploads data. Here's an example form the php help file. <form enctype="multipart/form-data" action="some_url" method=...
Summary: Thank you to everyone for your input. Using Anonproxy's suggestion, I uploaded the image to the server first then entered the url in the background f...
Summary: Hi all, I have the following gallery code example found at http://www.sitepoint.com/article/php-gallery-system-minutes ************************** <...
Summary: I am building a website and found that images are not loading. It works fine from my computer but not on others. The site was built using Netscape C...
Summary: Oh sorry! I thought the codes were pretty standard. It won't paste correctly so go to the link below and view the source. http://freefilehosting.net/...
Summary: It sounds as if thepath you are using for your images is the full path on YOUR computer. You need to use relative paths and make sure that those image...
Summary: I have uploaded the .htaccess file below to prevent hotlinking of all files on my site. I tried to see if it works and uploaded a link to a gif image ...