Search the Community
Showing results for tags 'image upload'.
-
I am new to Yii framework and reading "The Yii book" to understand Yii. The book is really excellent and I am enjoying it. In my project I have a controller called "UserController" and also have the associated model "User" and related View files created using Gii. On the "/user/create" page I am uploading user profile picture. Its all working fine from the create page. However, when I try to upload the picture using REST Client (I am using Chrome - Advanced REST Client) the picture is unable to upload. If I upload all the other text (e.g email, firstname etc) details except the picture on the REST Client form then the user is created successfully but when I try to upload a picture along with the rest of the details then it fails. Actually, when I tried to debug then I came to know that while submitting the form with image from the REST client, it enters the "public function actionCreate()" function but does not go into the if(isset($_POST['User'])) { // code} condition. However, it works successfully if I upload image and details from the "/user/create" page. Once again, I would like to say that the image gets uploaded successfully from the actual webpage created using Yii but the image cannot be uploaded using the REST client inspite of setting Content-type as "multipart/form-data". Thanks Prazi
- 3 replies
-
- rest client
- image upload
-
(and 1 more)
Tagged with: