My PictureUploader is not the image handler. It shows the image for 1-2 seconds when I upload it. I want to disable it.
hide it or put something over it while it is loading
It does not help. The image shows later.
what do you want it to do? If you donât want it to be seen after somebody has selected an image to upload, just hide it and keep it hidden or put something over it and keep it covered.
Whats your goal?
I also need helping want when I click on an I con it should upload a picture on a different page
You canât trigger a photo upload from a different pageâŚwhat are you really trying to do in the end?
Okay letâs say a user use typing, below I added an icon of a picture I want when the user clicks on it, it should open a photo upload then after choose a photo I want the image to appear on the timeline just like Facebook
need to save the image to the database so it will show on the page you want it to show onâŚto make the icon of a picture be a photo upload, style the uploader to be âinvisibleâ and then place it on top of the picture icon
Thank you
Solution.
- Create a âyes/noâ state âLOADINGâ for the PictureUploader.
- Set condition: HIDE when PictureUploader is loading is âyesâ OR PictureUploaderâs âLOADINGâ is âyesâ
- Add event âWhen PictureUploader value is changedâ:
a. Set state âLOADINGâ = âyesâ.
b. Add pause for 2 seconds.
c. Set state âLOADINGâ = ânoâ
This topic was automatically closed after 70 days. New replies are no longer allowed.