musicafterhours
Programmer
I am writing a cf app to replace a notes application.
The one thing notes does that I have not been able to
duplicate or work around is allowing users to "paste"
screen captures into the app to be saved in the database.
Any suggestions?
I could have the user save the graphic and give it a name
that the web app could reference but that would be too
cumbersome to the user.
Another thought was some app that automatically converts the graphic using uuencode and that could be pasted and then
cf could save to file and re-convert on the back end.
Problem is, I don't know what app could do this easily.
Any help would be appreciated.
Dave
The one thing notes does that I have not been able to
duplicate or work around is allowing users to "paste"
screen captures into the app to be saved in the database.
Any suggestions?
I could have the user save the graphic and give it a name
that the web app could reference but that would be too
cumbersome to the user.
Another thought was some app that automatically converts the graphic using uuencode and that could be pasted and then
cf could save to file and re-convert on the back end.
Problem is, I don't know what app could do this easily.
Any help would be appreciated.
Dave