admin管理员组

文章数量:1200373

I am using a form and that form allows for IMAGE UPLOAD. After submission the form redirects and then they can see the reviewed post - however if the image which they uploaded blindly does not look good needs to be moved and scaled to best advantage how can they do this in the post. When I upload my profile pic to most apps I can place it and move it to best advantage within their mask - I want my users to do the same thing wither in the form itself ( ideally) or in the preview page. Many thanks

I am using a form and that form allows for IMAGE UPLOAD. After submission the form redirects and then they can see the reviewed post - however if the image which they uploaded blindly does not look good needs to be moved and scaled to best advantage how can they do this in the post. When I upload my profile pic to most apps I can place it and move it to best advantage within their mask - I want my users to do the same thing wither in the form itself ( ideally) or in the preview page. Many thanks

Share Improve this question asked May 16, 2022 at 7:53 Nenno007Nenno007 11 bronze badge 1
  • Are you saying you'd like to load the WordPress image editor from the dashboard on the frontend, or are you asking for a plugin recommendation? – bosco Commented May 26, 2022 at 21:00
Add a comment  | 

1 Answer 1

Reset to default 0

i believe one way to do what you want would be to simply add an action="post.php" to your form. so the form redirect user to post.php onsubmit in which you can get the user input through $_POST

本文标签: optimizationMy authors need to be able to preview their upload images and manipulate and scale