Page 1 of 1
Where can I find file-uploader.php for file upload?
Posted: 2024-06-10 10:12
by theyland
Hi, there,
I am unable to find the file-uploader.php.
Appgini help states: "The file-uploader.php file is located in the home folder of your app. "?
Can someone tell me where it is?
Thanks
Thomas
Re: Where can I find file-uploader.php for file upload?
Posted: 2024-06-10 12:06
by jsetzer
You have to generate the web-app at least once.
Re: Where can I find file-uploader.php for file upload?
Posted: 2024-06-10 12:18
by theyland
I did, but no file there
Re: Where can I find file-uploader.php for file upload?
Posted: 2024-06-10 12:21
by jsetzer
It works here. Did you configure Application Url?

- AppGini_iNkQ30wU4X.png (9.58 KiB) Viewed 3573 times
Re: Where can I find file-uploader.php for file upload?
Posted: 2024-06-10 13:32
by theyland
Yes, @Self, read instructions first!
But still funny, that it is only actually uploaded when URL field is filled - on the generator, it is mentioned as overwrite, although it does not actually generate.

- Screenshot 2024-06-10 142343.png (70.28 KiB) Viewed 3570 times
Re: Where can I find file-uploader.php for file upload?
Posted: 2024-06-10 13:40
by jsetzer
Happy I could help.
But still funny, that it is only actually uploaded when URL field is filled
I think this makes sense because if we do
not use built-in application-uploader on a project and therefore leave
Application URL
empty, there is no need for generating
file-uploader.php
.
Re: Where can I find file-uploader.php for file upload?
Posted: 2024-06-10 14:21
by theyland
Thanks you so much ! Again!