Problem with the path when uploading multiple files
Posted: 16 Mar 2017, 11:11
Hi,
I have been facing a problem with the multiple upload, when I charge the files, I get the path duplicated and the name of the file with the path, like this:
C:\inetpub\wwwroot\phocadownload\C:\inetpub\wwwroot\phocadownload\file.pdf and the name of the file C:\inetpub\wwwroot\phocadownload\file.pdf
I guess the problem is that is saving the path in the name of the file and then it can't to open it because is accesing a folder that doesn't exist.
I'm using IIS 8.5 with php 7.1 and the server is mine.Any idea how to fix it?
Thanks.
I have been facing a problem with the multiple upload, when I charge the files, I get the path duplicated and the name of the file with the path, like this:
C:\inetpub\wwwroot\phocadownload\C:\inetpub\wwwroot\phocadownload\file.pdf and the name of the file C:\inetpub\wwwroot\phocadownload\file.pdf
I guess the problem is that is saving the path in the name of the file and then it can't to open it because is accesing a folder that doesn't exist.
I'm using IIS 8.5 with php 7.1 and the server is mine.Any idea how to fix it?
Thanks.