Skip to content
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

Open
Gajendrasinh opened this issue Feb 23, 2015 · 5 comments
Open

Value not pass on server #15

Gajendrasinh opened this issue Feb 23, 2015 · 5 comments

Comments

@Gajendrasinh
Copy link

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

@simonpapworth6742
Copy link

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.

@joaoprp
Copy link

joaoprp commented Feb 24, 2015

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.

@joaoprp
Copy link

joaoprp commented Feb 25, 2015

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.

@jaysudo
Copy link

jaysudo commented Mar 3, 2015

Are you using Ajax to submit the form?

@Gajendrasinh
Copy link
Author

no

Best Regards,
Gajendrasinh Zala

On Tue, Mar 3, 2015 at 6:50 AM, jaysudo notifications@github.com wrote:

Are you using Ajax to submit the form?


Reply to this email directly or view it on GitHub
#15 (comment).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants