abhijeetgituser

Results 3 comments of abhijeetgituser

I am also having some issue with POST. here is my sample code. filepath = "testfile" print(type(filepath)) file_size = os.stat(filepath).st_size print("file_size = {}".format(file_size)) a = open(filepath, 'rb') files = {'image',...

Thank you very much for the response. I am installing hyper using pip. So I think I am getting master branch installed and changes/implementations(you suggest) are on the development branch....

Last question, any plan to merge the changes in to the master in near future? Thank you! you can close this issue