File Upload with Form Data - asking for posibilities??? #1101

Open
opened 2019-07-11 15:12:35 +00:00 by deadmann · 0 comments
deadmann commented 2019-07-11 15:12:35 +00:00 (Migrated from github.com)

i was issuing another issue that hopefully i see the ng2-file-upload is a products of valor software...

So the issue i have, is i have very complex form in:
https://www.ashiane.house/manage/nests/insert
and the issue is (the form yet is incomplete) after completing this form, i need to break it up in tabs, or collapsible boxes, and some of these tag structures don't allows the structure contains other elements for example ...

this is not possible
I know i can assign a button to a form, but i don't think i can stick to or more form together.

knowing what i said above, i have two kind of data:

  1. the data to be submitted
  2. the image to be submitted before hand
    and both are inside same structure which wrapped inside a single form.

Now:

  1. can upload box by pass my form validation and act separately?
  2. can upload box stream data to the server without involving the data from rest of the form?
  3. can upload box detach it self while the rest of the form is getting submitted, but attach it self again in case the user input failed to submit?
i was issuing another issue that hopefully i see the ng2-file-upload is a products of valor software... So the issue i have, is i have very complex form in: https://www.ashiane.house/manage/nests/insert and the issue is (the form yet is incomplete) after completing this form, i need to break it up in tabs, or collapsible boxes, and some of these tag structures don't allows the structure contains other elements for example <table><form><tr>...</tr></form><tr></tr></table> this is not possible I know i can assign a button to a form, but i don't think i can stick to or more form together. knowing what i said above, i have two kind of data: 1. the data to be submitted 2. the image to be submitted before hand and both are inside same structure which wrapped inside a single form. Now: 1. can upload box by pass my form validation and act separately? 2. can upload box stream data to the server without involving the data from rest of the form? 3. can upload box detach it self while the rest of the form is getting submitted, but attach it self again in case the user input failed to submit?
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: dc/ng2-file-upload#1101