[PHP] Popup Window Problems Refresh

2001-10-31 Thread Roger Bryant
All, I am opening a popup window using the following code: a href= onClick=window.open('/gallery/upload_form.php3', 'triviaWnd', 'height=360,width=620,status=1,resizable=1,top=200,left=120'); return false; img src=gallery/images/bt_upload.gif width=60 height=17 border=0 alt=Use upload to copy

[PHP] Upload File Path Problem

2001-10-05 Thread Roger Bryant
All, I am putting together a simple upload program where an HTML form calls a php script passing a file which is then used to upload. I am running this locally currently, prior to rolling out to a test server. My problem is this. The variable $filename I am passing from the form to the php

[PHP] Downloading Images

2001-10-04 Thread Roger Bryant
All, I have searched high and low through the lists to find a solution to this problem but none of the suggestions appear to work for me. I have added a download button to a web-site that enables users to download images to their local drives. (I'm using a button as I want to wrap some logic

Re: [PHP] Downloading Images

2001-10-04 Thread Roger Bryant
Hi Dave, Thanks for you prompt response. The Image is indeed a different length, (3k as opposed to the original 9k) I originally did have an error message appended to the downloaded image but that no longer appears to be the case. However the image is definitely truncated. Any ideas why this may