Image File Insert & Update Problem
When choosing image to insert or update filename is renamed and stored on database but fails to upload in images/proclamation/USERID folder.
When choosing image to insert or update filename is renamed and stored on database but fails to upload in images/proclamation/USERID folder.
I'd have to debug this one live with FTP access as well. It could be the folder permissions on the server. The code looks ok to me.
How can I get to the page in question and reproduce the issue?
see private
The FTP information seems to lead to an empty folder. I think it had the wrong folder set when you created it.
The issue is you have the settings:
'ResizeType' => "4",
'ResizeWidth' => "0",
'ResizeHeight' => "0",
Resize type 4 is "Fixed width and height" but your width and height are both set to zero. That is causing the image to not be created since it has no size.
If you don't specify a width or height, then the ResizeType should be set to "0" as well (no resize).
Your friends over here at WebAssist! These Dreamweaver extensions will assist you in building unlimited, custom websites.
These out-of-the-box solutions provide you proven, tested applications that can be up and running now. Build a store, a gallery, or a web-based email solution.