Page 1 of 1

upload sqlite database

Posted: 13 Apr 2023, 16:21
by rosros
Hi.
I have a problem with uploading sqlite database files. If I have a file with this name:aab984279f5f3ababc4e9cbf511e7d51.zip or
aab984279f5f3ababc4e9cbf511e7d51.sqlite, When I try to upload I get this message:

Code: Select all

File not uploaded. Error while uploading file. server is not able to store this file to Temp Folder.
if I change the name of the same file, reducing it and trying to load it, I get:

Code: Select all

Please add a file. If added, please if it has the right format and size.
I set it to ignore filetype checking in upload, but I still get the same message.
With other exe, zip files I have no problems.
Can someone help me?
Thanks

Re: upload sqlite database

Posted: 14 Apr 2023, 23:09
by Jan
Hi, the problem comes from server where it gets some problem saving temp file to temp folder. Hard to say what can be wrong there as Phoca Download only gets info message from the server. So this is maybe much more a question on webhosting and seeing server logs to detect what exactly happened there :idea:

Jan

Re: upload sqlite database

Posted: 18 Apr 2023, 17:27
by rosros
Thanks