zhengfen

Results 5 comments of zhengfen

I used talk in my sites. just one example bellydance forum: [https://bellydanceforum.com](https://bellydanceforum.com) as I use ajax to fetch messages, I added one line in Message model class ``` protected $appends...

same here..found solution here https://github.com/nahid/talk/issues/100

I had a similar problem with npm install. For the moment I installed the package with yarn. ![image](https://user-images.githubusercontent.com/35400250/103986377-e852a880-518a-11eb-82f7-6f920327f84a.png)

solved by: send cropped image blob with axios axios.post(url, fmData)

edit file upload-2.vue: (at line 828) replace ``` new Promise(function(resolve, reject) { let client = new XMLHttpRequest(); client.open('POST', url, true); client.withCredentials = withCredentials; client.onreadystatechange = function() { if (this.readyState !==...