royaltysaab Posted January 26, 2007 Share Posted January 26, 2007 Hi all, I was wondering if this is possible:I've got a simple php helpdesk, what i'm trying to do is add a new field to my "new ticket form". The new field will be called "Attachement; View & Add". What I want it to do is; user clicks View and add, automatically opens up the windows clipboard or a php clipboard, user can then click on the image they want and then click add. When the user completes the form and clicks submit, the image is saved on a folder, when we receive the call notification, or view the call, a link will appear with the attachment locations of image.I've had the <INPUT TYPE="file">, but we've been running for 1 year as a helpdesk function and it only got used 5 times and they were txt files!! Users are not the sharpest!Look forward to your response Quote Link to comment https://forums.phpfreaks.com/topic/35794-web-form-clipboard-view-and-paste/ Share on other sites More sharing options...
HuggieBear Posted January 26, 2007 Share Posted January 26, 2007 If they won't use a simple html form element, what makes you think they're going to be able to use anything else?If you're wanting drag and drop capability then you could possibly look at something like flash or dhtml, but php isn't the solution for you here. Or if it is, then it's not a complete solution on its own.RegardsHuggie Quote Link to comment https://forums.phpfreaks.com/topic/35794-web-form-clipboard-view-and-paste/#findComment-169689 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.