I am having difficulty with editing the image after uploading and inserting file data to the database.
After trying many times unsuccessfully, I finally went back to DW and Bootstrap 3 and the process worked as it should.
Am I correct in thinking this extension’s features are not available in Wappler due to them being controlled by Bootstrap 3 and not Bootstrap 4? Or has this process been moved to the Medium Editor?
Wait, perhaps this is on a site you started with Dreamweaver and are trying to edit in Wappler? If so, then yes your issue is likely caused by using Bootstrap 3 as Wappler does not support Bootstrap 3.
Hello @revjrblack,
The steps in server connect are not related to what framework is used on the front-end.
Can you explain what exactly is not working for you there?
Here’s the error message I’m getting using Wappler to manipulate image size and uploading to the database.
I tried again after upgrading to 1.1.0 and the image fails to be resized, cropped and uploaded. Something to do with the ‘out of range’ note in the error might be the issue. However, I have no idea what that means. Ha!
Feel free to offer any suggestions or corrections to what I’m doing that causes the error. Thanks!
The problem is most likely caused by the crop process. As an example, if you have set the crop dimensions at 1024x760 and the dimensions of the resized image is 1024x740, you will get the error message.
Let me share my steps, the size of the image starts at 3k x 2k plus or minus (a photo taken with an iPhone).
What I do after uploading and then loading the image to be edited is to resize it to 600px for the height / auto for the width. After that, I crop it at 600px x 600px. Then I save it and have it overwrite the existing file.
I take it that the resized image is 900x600 which would keep it well within the bounds of the crop process.
As a test, could you remove the crop process and see if that works? If it does, replace the crop process and resize the image to slightly larger than the crop process, e.g. a height of 605.
It’s not a good idea to change the path manually. Server connect should set the path automatically. @revjrblackcould you please send me your action file to support@wappler.io and also if possible a link to your page, where i can test this.