class.upload.php is a powerful and mature PHP class to manage uploaded files, and manipulate images in many ways. The script is available under a GPL license.
As my last thread refferrs to another server this time uploading files sometimes fail with error log displaying 2022-10-17 10:04:53 system information - class version : 30/08/2022 - operating system : Linux - PHP version : 8.1.7 - GD version : 2.2.5 - supported image types : png webp jpg gif bmp - open_basedir : no restriction - upload_max_filesize : 200M (209715200 bytes) - language : de_DE source is an uploaded file - error: Datei nicht hochgeladen. Prozess nicht ausführbar.
I wonder why this info is so short and what means source is an uploaded file? Help is very welcome :-)Reply
I think I found reason for this entry: there are three upload fields next to another to make it easier for the clients (not marking more than one file). If there is only one file uploaded, there are 2 entries in the logfile (not uploaded). I had to work on my if-clause.
Sorry for opening this thread. BTW a message like "there was no file for upload process" or similar would be helpful :-)Reply
2022-10-17 10:04:53
system information
- class version : 30/08/2022
- operating system : Linux
- PHP version : 8.1.7
- GD version : 2.2.5
- supported image types : png webp jpg gif bmp
- open_basedir : no restriction
- upload_max_filesize : 200M (209715200 bytes)
- language : de_DE
source is an uploaded file
- error: Datei nicht hochgeladen. Prozess nicht ausführbar.
I wonder why this info is so short and what means source is an uploaded file?
Help is very welcome :-)
there are three upload fields next to another to make it easier for the clients (not marking more than one file).
If there is only one file uploaded, there are 2 entries in the logfile (not uploaded).
I had to work on my if-clause.
Sorry for opening this thread. BTW a message like "there was no file for upload process" or similar would be helpful :-)