firpecmox Posted January 23, 2007 Share Posted January 23, 2007 Heres what ive got. Ive got a simple form that allows users to upload files to my webserver. Heres where i run into a problem. After they upload the file I want a small window to popup with a php variable i have set to hold the location of there file. i know i can use javascript but the only thing i can make popup is either another page or an alert which does not allow my users to copy it. If that is not possible is there anyway to allow them to push a button and copy the text to the clipboard (in firefox) not IE. Link to comment https://forums.phpfreaks.com/topic/35313-outputting-a-php-variable/ Share on other sites More sharing options...
simcoweb Posted January 23, 2007 Share Posted January 23, 2007 If i'm understanding correctly, you are hosting images for people and you want to provide them with the url to their image? Link to comment https://forums.phpfreaks.com/topic/35313-outputting-a-php-variable/#findComment-166926 Share on other sites More sharing options...
firpecmox Posted January 23, 2007 Author Share Posted January 23, 2007 Everyones image is hosted in the same directory and i dont want them to be able to just look in the directory. basically i have directory listings disabled and i need to tell them where it is located. i can output it just to the screen but im using <iframe> so if it just outputted to the screen then it wouldnt look right. it needs to be a popup. Link to comment https://forums.phpfreaks.com/topic/35313-outputting-a-php-variable/#findComment-166932 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.