Jump to content

Web Form Clipboard View and paste


royaltysaab

Recommended Posts

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
Link to comment
https://forums.phpfreaks.com/topic/35794-web-form-clipboard-view-and-paste/
Share on other sites

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.

Regards
Huggie

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.