Copy link to clipboard
Copied
Hi;
i have a image folder on web server and uploading an image files on web page using form http post method.
can i manage this folder or any folder with dw?
for example, listing, or showing images in folder etc.
sincerely
Copy link to clipboard
Copied
The answer is yes, unless there is a permissions/ownership issue. For instance, on a Linux server, if PHP is running via DSO, your image directories and files may be owned by "nobody" and your FTP account, which DW uses to manage the files, may not have permissions to delete or modify the files and directories.
Chances are, you will not encounter the issue described above. So if you have set up your external server correctly in DW, you should be able to browse the files/directories on the external server using DW, and manage them.
Also, even if you did have an ownership/permission issue, it would probably be solvable.