Image Upload

Please report bugs and any annoyances here. Kindly include all possible details: steps to reproduce, expected result, actual result, screenshots, ... etc.
Post Reply
uchhavi
Veteran Member
Posts: 80
Joined: 2018-05-15 14:07

Image Upload

Post by uchhavi » 2019-04-29 07:44

Hello,

I noticed some funny thing.

I uploaded profile pics of my employees.. and since my database is under development, I uploaded the new files on the server after making a few changes.

Now I noticed that profile pics of few of my employees when missing... so some had their profile pics and some when missing.

How do i deal with this? is there a folder i can put the profile pics or images with i can save before copying the other files on the system.

Please let me know what I can do for solving this.
Best regards,

Chhavi Jain

uchhavi
Veteran Member
Posts: 80
Joined: 2018-05-15 14:07

Re: Image Upload

Post by uchhavi » 2019-04-29 18:33

Please help answer this.
Best regards,

Chhavi Jain

User avatar
a.gneady
Site Admin
Posts: 1281
Joined: 2012-09-27 14:46
Contact:

Re: Image Upload

Post by a.gneady » 2019-05-08 11:21

To make sure I understand this clearly: do you have non-empty values in the photo field but no photos showing, or did the values in fields disappear altogether? Could you post a screenshot please?
:idea: AppGini plugins to add more power to your apps:
  • DataTalk is an innovative AppGini plugin based on ChatGPT that allows you to interact with your AppGini database using natural language questions, without writing any SQL. Check the demo video
  • Mass Update plugin: Update multiple records at once and improve your workflow efficiency.
  • Check our other plugins and get a generous discount of up to 30% when buying 2 or more plugins.

uchhavi
Veteran Member
Posts: 80
Joined: 2018-05-15 14:07

Re: Image Upload

Post by uchhavi » 2019-05-09 19:32

Hello a.gneady,

I have attached the file. I hope this file shows the error.

I have tried to upload pic 2-3 times but they disappear after 1.2 days...

Same is the status with the files uploaded. In the same attached image, please see the resume section, the files have disappeared

If there is a folder that i need to copy before uploading the updated files, please let me know. so that i can do so for future
Attachments
profile pic error.png
profile pic error.png (194.56 KiB) Viewed 4033 times
Best regards,

Chhavi Jain

uchhavi
Veteran Member
Posts: 80
Joined: 2018-05-15 14:07

Re: Image Upload

Post by uchhavi » 2019-05-24 15:45

Hello

Please can you answer.
Best regards,

Chhavi Jain

ebremmer
Posts: 2
Joined: 2019-05-23 21:45

Re: Image Upload

Post by ebremmer » 2019-05-25 10:43

Hello,

I'm using XAMPP and have the same problems.

Eric

ebremmer
Posts: 2
Joined: 2019-05-23 21:45

Re: Image Upload

Post by ebremmer » 2019-05-25 10:53

Hi,

I also noticed that the images are not stored in the /images directory.

I've edit the defaultLang.php file and changed the line:

$Translation['ImageFolder'] = './images/';

into:

$Translation['ImageFolder'] = '/images/';

(I removed the '.')

What happened: a directory outside .htdocs called 'images' is created and the images are stored there.

It's my opinion that the initial line in the defaultLang.php file uses an invalid path for creating the 'images' directory.

Eric

uchhavi
Veteran Member
Posts: 80
Joined: 2018-05-15 14:07

Re: Image Upload

Post by uchhavi » 2019-05-29 10:16

thank you..

I have checked now that the files are all saved in the images folder... so i will need to copy out the images folder and paste it again later when I reupload my program to the website online.
Best regards,

Chhavi Jain

Post Reply