Re: Error with use Upload Behaviour of MI-BASE

2009-03-13 Thread AD7six
On Mar 13, 12:55 pm, byqsri wrote: > I have another problem with upload behaviour of MI-BASE. > All works fine only that if I set no image to upload I get a > validation error: > "The submitted file extension is not permitted, only > jpeg,jpg,gif,png,bmp permitted." > > I have set the option 'm

Re: Error with use Upload Behaviour of MI-BASE

2009-03-13 Thread byqsri
I have another problem with upload behaviour of MI-BASE. All works fine only that if I set no image to upload I get a validation error: "The submitted file extension is not permitted, only jpeg,jpg,gif,png,bmp permitted." I have set the option 'mustUploadFile' => false but nothing. Can someone t

Re: Error with use Upload Behaviour of MI-BASE

2009-03-12 Thread byqsri
Yes the error is on the incorrect variable name (should be $fieldName). Many thanks On Mar 11, 4:08 pm, AD7six wrote: > On Mar 11, 11:43 am, "marco.rizze...@gmail.com" > > wrote: > > Hi > > I try to use the upload and image_upload behaviour of MI-BASE project > > for add field photo to user mod

Re: Error with use Upload Behaviour of MI-BASE

2009-03-11 Thread AD7six
On Mar 11, 11:43 am, "marco.rizze...@gmail.com" wrote: > Hi > I try to use the upload and image_upload behaviour of MI-BASE project > for add field photo to user model > My code is: I've been updating the behaviors recently, that looks like an incorrect variable name (should be $fieldName). Y