17488 Posts in 4473 Topics by 1978 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 1650 Views |
-
cms popup image upload workaround

12 April 2008 at 6:13am
In the CMS, if you have a complex table listing a bunch of records and you edit these records with the CMSpopup, and you have images in the record, the CMSpopup does not allow you to upload images (some AJAX isssue).
I am looking for suggestions for the best workaround.
-
Re: cms popup image upload workaround

13 April 2008 at 3:21pm Last edited: 13 April 2008 3:22pm
Try the FileIFrameField instead of the standard Image Upload field which you would use if it was a single image field.
$fields->push( new FileIFrameField( 'YourPhoto', 'Photo') );
-
Re: cms popup image upload workaround

13 April 2008 at 11:24pm
ok scrap that if you are using 2.2.2 rc2 that method I suggested will break your popup.
| 1650 Views | ||
|
Page:
1
|
Go to Top |

