picEdit
picEdit copied to clipboard
picEdit in asp.net c#
Is it possible to use PicEdit in asp.net? Because I am not able to get the image i have just edited
Grap the second file, the first is the orginal.
I edited picedit to blank the fist one in my copy
Sent from Samsung Mobile
Is it possible to use PicEdit in asp.net? Because I am not able to get the image i have just edited
Reply to this email directly or view it on GitHub: https://github.com/andyvr/picEdit/issues/22
Yeah but I am not able to get one image. How can I save it in asp.net to the server?
Using MVC 5 and if you click on the file option, pic photo and don't edit, and upload it's great, can pass other form data no problem, couldn't be happier.
But drag n drop, edited images and webcam sourced images are not passing the file at all, it's like the input type=file is empty... is there an onsubmit callback needed to populate the input with the correct/editted filename and path?