Page 1 of 2

2 TEMPORARY FOLDERS???

Posted: Thu Oct 25, 2018 10:20 pm
by Nou4r
Whenever i upload something trough my website, the file gets stored somewhere (i dont know where) and then it gets moves to the home/admin/tmp folder. The Problem is i dont know where that file is being stored first & i want it to be in one place only without moving the file around.

Re: 2 TEMPORARY FOLDERS???

Posted: Fri Oct 26, 2018 5:23 am
by ScIT
You need to add more informations. Now it looks like it is not related to vesta, sounds more like a software issue.

Re: 2 TEMPORARY FOLDERS???

Posted: Fri Oct 26, 2018 7:54 am
by raunoy
Its hard to say without details what and where went wrong with the uploads...

Re: 2 TEMPORARY FOLDERS???

Posted: Fri Oct 26, 2018 6:47 pm
by Nou4r
For example, when I upload a 10GB file, it doesn't show up in the temp folder but after it has been uploaded, then it gets moved to the temp directory.

Re: 2 TEMPORARY FOLDERS???

Posted: Sat Oct 27, 2018 2:26 am
by pipoy
How do you upload?

Re: 2 TEMPORARY FOLDERS???

Posted: Sat Oct 27, 2018 11:53 pm
by Nou4r
Using PHP

Re: 2 TEMPORARY FOLDERS???

Posted: Wed Oct 31, 2018 12:35 am
by Nou4r
When a upload is complete (file upload via php on my website) it gets moved to the /home/admin/tmp/ folder instead of being uploaded there directly.

Re: 2 TEMPORARY FOLDERS???

Posted: Thu Nov 01, 2018 8:54 pm
by Nou4r
No ideas?

Re: 2 TEMPORARY FOLDERS???

Posted: Fri Nov 02, 2018 2:10 am
by MAN5
Ok. We came to know that, you have started your car & it hitted the apple tree. But dont inow why.. 😂😂

Re: 2 TEMPORARY FOLDERS???

Posted: Sun Nov 04, 2018 12:47 am
by Nou4r
When you upload via a PHP Script it should upload first to the temporary folder that is set in the PHP.ini config file and then the destination path right? Well in this case it uploads to a folder we don't know off and only when its finished it moves it to the vesta temporary folder for some damn reason.