The images uploaded not shown September 28, 2019, 12:01:41 AM when i upload images to the system , this dont show nothing, but the images are uploaded, ir just show the image from the bacground of profile account, but wherever images that we upload, dont show, we cant see them, is there a problem with the helpers or something like that in the link code of the images? Quote Selected
Re: The images uploaded not shown Reply #1 – September 28, 2019, 08:32:42 AM Hi, are you testing in localhost? Please made this test. In your phone, login in your system and upload a photo and check if it has displayed Quote Selected
Re: The images uploaded not shown Reply #2 – September 29, 2019, 02:23:47 AM Thanks for the replay, when i testing all the image are displayed in localhost, the problem is when i upload all the files to my online server (web) there, the image not shown, but all the image are there, i mean, if i upload an image or a profile photo, the image is uploaded (i look it that in the host directory) but in the front end dont show nothing. Quote Selected
Re: The images uploaded not shown Reply #3 – September 29, 2019, 01:58:29 PM Quote from: LuckyDj – September 29, 2019, 02:23:47 AMThanks for the replay, when i testing all the image are displayed in localhost, the problem is when i upload all the files to my online server (web) there, the image not shown, but all the image are there, i mean, if i upload an image or a profile photo, the image is uploaded (i look it that in the host directory) but in the front end dont show nothing.Are tou trying to make a front end for phprad or tou are just using the generated code as backend? Quote Selected
Re: The images uploaded not shown Reply #4 – September 30, 2019, 01:13:28 AM is just my backend, look, all the images are showed in my localhost in my computer, but when i upload all the files and access to the online version, then, all the image dont show again...these are the examples https://imgur.com/NeRIho6https://imgur.com/NIwU6sDlook yu will se what i mean. Quote Selected
Re: The images uploaded not shown Reply #5 – September 30, 2019, 09:40:48 AM @LuckyDj This is not a bug. I think you stored the images with its full path in the database, reconfigure your AddPage image field and set ReturnFullPath to False. If you check how the image link was store in your DB, you will probably see that the image link contains http://localhost/{project folder}/{path to the image} this is an absolute path and when you change the domain name for the project, images uploaded with the previous link will not display.Please check and confirm that this is the case, thanks. Quote Selected 1 Likes
Re: The images uploaded not shown Reply #6 – September 30, 2019, 10:14:31 PM @willvin WOW VERRY THANKS bro, ThanYou Verry MUCH bro, that was the problem... i fix the app like you said... and all WORKS superr!!! one litle thing more, please, did you know how i can do for change all the new images in my server, i mean, i was uploading images like picture profile for the users, so, all the pictures was like a blank thumbnail, now , i tried to change the name in the database (phpmyadmin) but, when i make the change (leving just this part "uploads/files/" for example uploads/files/t20fivrsc7hzxoy.jpg), the system still dont reconize the images...i dont wanna upload all the image material again, do you can help me with some advice or tips bro?THANKS AGAIN Quote Selected
Re: The images uploaded not shown Reply #7 – September 30, 2019, 11:43:42 PM @LuckyDj you will have to send me your TeamViewer details or the link to your site and the login details to my inbox so that I can check what the issue is and how you will go about solving it. Quote Selected
Re: The images uploaded not shown Reply #8 – March 05, 2020, 03:47:09 AM Hello,I have similar issue, and I have set ReturnFullPath to False, when am adding the field sets to NULL at the backend. But after edit it sets to [BLOB - 0 B].I change FileNameFormat to OriginalFilename, just to check if uploaded to /uploads/file but I couldn't find the .jpg there either. What am I not doing rightly. BR Quote Selected
Re: The images uploaded not shown Reply #9 – March 08, 2020, 04:32:15 PM @gab.nimi@gmail.com the field where you store the image link, is of what data type? Quote Selected
Re: The images uploaded not shown Reply #10 – March 08, 2020, 04:53:12 PM LONGBLOB. It does work well on local server. Quote Selected
Re: The images uploaded not shown Reply #11 – March 08, 2020, 06:35:50 PM @gab.nimi@gmail.com please switch it to TEXT or Varcar(255). Quote Selected
Re: The images uploaded not shown Reply #12 – March 09, 2020, 04:28:36 AM Hello,It didn't work after changing the data type.Meanwhile, I will be available from 8.00 AM or your at convenience GMT so we can connect. Quote Selected
Re: The images uploaded not shown Reply #13 – June 14, 2022, 11:15:58 PM I am with the same problem.What can i solve ir? Please. Quote Selected
Re: The images uploaded not shown Reply #14 – June 15, 2022, 02:22:00 PM Quote from: oribeiro – June 14, 2022, 11:15:58 PMI am with the same problem.What can i solve ir? Please.What are the errors you are getting, and please provide screenshots. Quote Selected