-
Notifications
You must be signed in to change notification settings - Fork 57
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Value not pass on server #15
Comments
I use PicEdit in a kendo window with an additional textarea and two hidden input all works well, even after rotation, resize and drawing. Tested in Chrome 40 I have named my form, and only submit that form. Try using chrome development tools to look at the request header of your post, and establish that the browser does actually send your input fields, I suspect it does. You may also need to access the second file in the list of files, as it contains the edited picture, not the original picture. I added code to empty the original file input box to speed up data transmission. |
In my case it isn't. I'm using picEdit in my laravel app and there's only one file input being sent throught the XHR request headers. |
a thing I realized was the HTML tags. Any form closing in the wrong tag subset might make the initial input be inside the form and the second one outside, not being considered. |
Are you using Ajax to submit the form? |
no Best Regards, On Tue, Mar 3, 2015 at 6:50 AM, jaysudo notifications@github.com wrote:
|
Hi
i am using picEdit - Perform image rotations, cropping, resizing and pen tool when i m try to was other input at at time save is not pass in server only image is pass.
i am add 3 input fied that vale is not pass in server
The text was updated successfully, but these errors were encountered: