09-24-2011 11:03 AM
Can you post up your OS version number and device model you are trying it on where it doesn't work?
09-24-2011 11:13 AM
09-26-2011 09:09 AM
Hi Tim, I am really stuck and need urgent help as this is stopping the delivery of our application.
I am available for providing anything you need from my side.
Thanks again
09-26-2011 10:24 AM
I'm loading up a 9800 with 246 and I'll give it a look
09-26-2011 10:30 AM
09-26-2011 12:44 PM
I just tried it out on the exact same device and build number that you have specified and it is working for me. Did you sign the application before loading it on the device?
Here is my config.xml and index.html for my app
<html>
<head>
<meta name="viewport" id="viewport" content="height=device-height,width=device-width,u ser-scalable=no" />
<script type="text/javascript" >
function doClick() {
webworks.ui.filePicker.open(doCallback);
}
function doCallback(file) {
alert('You selected file: ' + file);
}
</script>
</head>
<body >
<h1>Hello World</h1>
<button onclick="doClick()">Click Me</button>
</body>
</html>
<?xml version="1.0" encoding="utf-8"?> <widget xmlns="http://www.w3.org/ns/widgets" xmlns:rim="http://www.blackberry.com/ns/widgets" version="1.0.0" rim:header="RIM-Widget:rim/widget"> <name>File Test</name> <author>Me</author> <content src="index.html" /> <feature id="webworks.ui.filePicker" /> </widget>
09-26-2011 12:54 PM
09-26-2011 01:13 PM
Oh.. and it looks like Jerome uploaded a File Upload/Download extension to github if you're interested in checking it out ![]()
https://github.com/blackberry/WebWorks-Community-A
09-26-2011 03:45 PM
Hi Tim, I have tried the config.xml and index.html you sent above as it is but again encountered the same issue.
I don't know what is happening but I only have this hardware to test on.
The FileUploader of the community is a very nice substitute of phone-gap and I really thank you for sharing that.
Please let me know what information you want from my side. I am willing to send my device through any kind of shipping
to you if this issue is specifically coming on this.
My client is really upset and wants this issue to close ASAP.
Please help me......
09-26-2011 03:54 PM
And this is really frustrating that it is working perfectly fine on simulator ![]()