[Solved] I need advice on creating an app for uploading training videos [closed]
Backend Php will be better to use To post a video you need simple UI having browse or capture video features func createRequest (videoname : String!) -> NSURLRequest { print(“Path of video upload is:\(videoname)”) let param = [ “key” : “\(self.key)”, “secret” : “\( self.secret)”, “package_name” : p_name, “video” :”\(videoname)” ] let boundary = generateBoundaryString() … Read more