Is there a way I could implement the following two enhancements:
- I do the uploading and cropping in a Twitter Bootstrap modal. The user clicks a link on my page, the TWBS modal opens with croppic in it. Instead of having the user then click on the green upload button or even a custom upload link, is there a way I can have trigger the upload immediately when the modal opens? I tried the
click event andtrigger('click') on a custom upload link in the modal and that did not work.
- Similar to
customUploadButtonId, is there a way to have a custom crop/save button. I would like to remove the crop/save icon from the image space and have a button off the image to do the save. I'm concerned my users will not associate that button with saving the image and lose their changes.
Is there a way I could implement the following two enhancements:
clickevent andtrigger('click')on a custom upload link in the modal and that did not work.customUploadButtonId, is there a way to have a custom crop/save button. I would like to remove the crop/save icon from the image space and have a button off the image to do the save. I'm concerned my users will not associate that button with saving the image and lose their changes.