[Webkit-unassigned] [Bug 220409] New: Image/video/audio file is not uploading in the web page.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jan 7 05:35:05 PST 2021


https://bugs.webkit.org/show_bug.cgi?id=220409

            Bug ID: 220409
           Summary: Image/video/audio file is not uploading in the web
                    page.
           Product: WebKit
           Version: WebKit Local Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit Misc.
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: vivekmradadiya at gmail.com

I have implemented a WKWebView in my app and some web pages contains functionalities of uploading image/video/audio files from an application to the web page.
On tapping on the file picker tag in the web page, the app opens the OS file picker view, and it allows the user to pick an image/video/audio file. But the file is not uploading into the web page.

Showing some warnings in the console of XCode:

[assertion] Error acquiring assertion: <Error Domain=RBSAssertionErrorDomain Code=3 "Target is not running or required target entitlement is missing" UserInfo={RBSAssertionAttribute=<RBSDomainAttribute| domain:"com.apple.webkit" name:"Background" sourceEnvironment:"(null)">, NSLocalizedFailureReason=Target is not running or required target entitlement is missing}>

[ProcessSuspension] 0x7fc6c2404240 - ProcessAssertion: Failed to acquire RBS Background assertion 'WebProcess Background Assertion' for process with PID 3338, error: Error Domain=RBSAssertionErrorDomain Code=3 "Target is not running or required target entitlement is missing" UserInfo={RBSAssertionAttribute=<RBSDomainAttribute| domain:"com.apple.webkit" name:"Background" sourceEnvironment:"(null)">, NSLocalizedFailureReason=Target is not running or required target entitlement is missing}

[ProcessSuspension] 0x7fc6c1e04fd0 - ProcessAssertion: Failed to acquire RBS UnboundedNetworking assertion 'WebKit uploads' for process with PID 3357, error: Error Domain=RBSAssertionErrorDomain Code=3 "Required client entitlement is missing" UserInfo={RBSAssertionAttribute=<RBSDomainAttribute| domain:"com.apple.webkit" name:"UnboundedNetworking" sourceEnvironment:"(null)">, NSLocalizedFailureReason=Required client entitlement is missing}

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20210107/60ccd773/attachment.htm>


More information about the webkit-unassigned mailing list