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

Multiple Attachment Issue #8

Open
1 task
Niloy173 opened this issue Aug 7, 2022 · 0 comments
Open
1 task

Multiple Attachment Issue #8

Niloy173 opened this issue Aug 7, 2022 · 0 comments

Comments

@Niloy173
Copy link
Owner

Niloy173 commented Aug 7, 2022

I am going to walk you though to the problem .Let's go step by step

First Go Here & check out the preview() function and also feel free to change the outlook from copying this file by replacing the preview function so all done for front-end section

  • Every Time you attach some photos in the box with image click It goes under the pipeline after clicking next .Here pipeline meaning going through function By function.check the post method for clear view on sequencial wise

  • Now when attachmentUpload function called from the post sequence it will save the last photos or photo (single) that user selected from the image click .Check out Line no 30 for more specific & you can console it after the if condition clicking next button to see which photos actually we're getting & also you can check database projectverifications

  • What we need is User can upload any number of Images & Update them and see in the preview for all done or not But here the case is not working as we're expecting

See I have changed this file also which determines user must upload atleast 1 file while creating story. Comment Line 23 & 31 to remove if it's necessary

comment down if any more specification needed

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

1 participant