You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
comment down if any more specification needed
The text was updated successfully, but these errors were encountered: