Hi,
Has anybody ever upload a video to youtube from iOS or so? Should be doable (especially with mergAV...). Just asking before I start working on it myself.
--Maarten
Search found 20 matches
- Fri Jun 29, 2012 5:02 pm
- Forum: iOS Deployment
- Topic: upload to youtube
- Replies: 0
- Views: 1453
- Thu Jun 28, 2012 12:45 pm
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: ROund rectangles in listboxes, texfields etc.
- Replies: 1
- Views: 2175
ROund rectangles in listboxes, texfields etc.
Hi,
See subject: is there any way to easily make round rectangles on textfields, list boxes and other UI elements?
Thanks!
Maarten
See subject: is there any way to easily make round rectangles on textfields, list boxes and other UI elements?
Thanks!
Maarten
- Tue Jun 26, 2012 1:20 pm
- Forum: iOS Deployment
- Topic: register a file type
- Replies: 2
- Views: 2907
- Tue Jun 26, 2012 12:25 pm
- Forum: iOS Deployment
- Topic: register a file type
- Replies: 2
- Views: 2907
register a file type
Hi, I am creating a stack (but could be any document format really) that I want to send out and edit on iOS (or Android). Let's say you get an email with this document, and I want to open my app. How do I do that? Custom URL schemes dont handle filetypes (say ".myfile")? Any clues greatly appreciate...
- Tue Nov 15, 2011 7:14 pm
- Forum: iOS Deployment
- Topic: Open documents using iPad Quick Look?
- Replies: 10
- Views: 6806
Re: Open documents using iPad Quick Look?
I tried that, but doesn;t work. Can you send me (or PM me) a sample? I would be most grateful.
As url I am trying file:docs\test.pdf, where test.pdf is in the engine\docs directory
As url I am trying file:docs\test.pdf, where test.pdf is in the engine\docs directory
- Tue Nov 15, 2011 5:01 pm
- Forum: iOS Deployment
- Topic: Open documents using iPad Quick Look?
- Replies: 10
- Views: 6806
Re: Open documents using iPad Quick Look?
Same question, anyone done this via, say, UIWebView ?
- Sun Nov 13, 2011 7:50 am
- Forum: iOS Deployment
- Topic: upload binary from ios with image data
- Replies: 13
- Views: 9597
Re: upload binary from ios with image data
All is going well (LC 5.0), iOS 5 iPhone4, but when I hist submit no data is being sent and the iPhone hangs. Replace the base64 encoded photo by text and I see my webservice receiving data....
- Mon Nov 07, 2011 3:42 pm
- Forum: iOS Deployment
- Topic: upload binary from ios with image data
- Replies: 13
- Views: 9597
Re: upload binary from ios with image data
Actually, I have not sen or heard of a working solution..... From anyone.
- Mon Nov 07, 2011 11:57 am
- Forum: iOS Deployment
- Topic: upload binary from ios with image data
- Replies: 13
- Views: 9597
Re: upload binary from ios with image data
There is more wrong - you use the Android function to make a photo for example.
Have you tested your stack before you send it here?
Have you tested your stack before you send it here?
- Fri Nov 04, 2011 5:59 pm
- Forum: iOS Deployment
- Topic: upload binary from ios with image data
- Replies: 13
- Views: 9597
Re: upload binary from ios with image data
Klaus, I think you made a small error in the stack; on mouseUp export image "samplepic" to myimage as jpeg put "&image=" & base64Encode (img "samplepic") into tpic post tpic to url "http://putyoururlhere.com" answer "Congrats! You have uploaded a pic!" end mouseUp I think in the second line "samplep...
- Mon Oct 31, 2011 1:41 pm
- Forum: iOS Deployment
- Topic: upload binary from ios with image data
- Replies: 13
- Views: 9597
Re: upload binary from ios with image data
Can he tell me if he does any special processing and can you privately send me what he had to do?
I recall another post when you has the question, used PNG and mentioned that you had to replace "_" by "+" on the server.
I recall another post when you has the question, used PNG and mentioned that you had to replace "_" by "+" on the server.
- Sat Oct 29, 2011 12:33 pm
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: base63 weirdness
- Replies: 0
- Views: 1704
base63 weirdness
A (to me) subtle question, which has to do with the base64 encoding. A base 64 encoded binary needs to be a multiple of 4. It' what all other implementation seem to do as well (tested Scala (JVM) and REBOL (C underneath)). But if I test with a standalone file like this: put "/Users/maartenkoopmans/D...
- Sat Oct 29, 2011 12:28 pm
- Forum: iOS Deployment
- Topic: upload binary from ios with image data
- Replies: 13
- Views: 9597
Re: upload binary from ios with image data
One more subtle question, which has to do with the base64 encoding. A base 64 encoded string needs to be a multiple of 4. It' what all other implementation seem to do as well (tested Scala (JVM) and REBOL (C underneath). But if I test with a standalone file like this: put "/Users/maartenkoopmans/Des...
- Tue Oct 25, 2011 7:34 am
- Forum: iOS Deployment
- Topic: upload binary from ios with image data
- Replies: 13
- Views: 9597
Re: upload binary from ios with image data
Thanks,
That's a lifesaver. Any reason to pick jpeg over PNG? Also have you ever added extra parameters (though that should be easy, just more &key=value in the post data).
Again, thanks a lot for your help.
That's a lifesaver. Any reason to pick jpeg over PNG? Also have you ever added extra parameters (though that should be easy, just more &key=value in the post data).
Again, thanks a lot for your help.
- Mon Oct 24, 2011 10:50 pm
- Forum: iOS Deployment
- Topic: upload binary from ios with image data
- Replies: 13
- Views: 9597
upload binary from ios with image data
Hi,
I saw a post on the forums for photos only... has anybody ever:
- take a picture
- added some parameters (like its name or so)
and used post on iOS to get it to the webserver. If so, how?
Any clues greatly appreciated!
--Maarten
I saw a post on the forums for photos only... has anybody ever:
- take a picture
- added some parameters (like its name or so)
and used post on iOS to get it to the webserver. If so, how?
Any clues greatly appreciated!
--Maarten