Hi,
The permission you have for the upload are not the same you need for the resize. Upload is ASP resize is ASP.NET
To discover the problem you must: 1�) Open the page: FckEditor/editor/filemanager/browser/default/browser.asp (is a frameset) 2�) in this page search the line 119 ( <frameset cols="150,*,0" framespacing="0" frameborder="no"> ) 3�) Change the cols in : cols="150,*,300" 4�) Upload one image 5�) Maximize the upload window and in the bottom right a new frame is visible. This is the frame that resize the image. In this frame you will find the error you have in the asp.net resize page
Gianluigi
|
|
|