DEV Community

Cover image for Use Line Front-end Framework (LIFF) to enrich your bot

Use Line Front-end Framework (LIFF) to enrich your bot

Kenichiro Nakamura on October 12, 2018

Overview In this article, I explain how to develop a web page by using Line Front-end Framework (LIFF) SDK and enrich your bot, as well ...
Collapse
 
orz99 profile image
Lava • Edited

Hi Kenichiro thanks for the tutorial..
すみません、ちょっと闻いてもいいですか
How to Enable file upload outside of the Album folder in LiFF ?

HTML file upload like below, the opened file browser disable all files and can't be pickup

<input name="file" type="file" multiple />

Album is the only one can be pickup and upload.
Is any way to uplaod file other than images in LIFF?

It's ok when open LIFF in external browser. Is it the limitation of LINE itself?

Dsiable File browser
the only one could be pickup

Collapse
 
kenakamu profile image
Kenichiro Nakamura

That's an interesting question, which I don't have answer. If you run the LIFF app in external browser (as v2, you can run outside LINE) what happens?

Collapse
 
orz99 profile image
Lava

Thank you for your reply:)
Every thing is fine when running LIFF app in external browser.

Thread Thread
 
kenakamu profile image
Kenichiro Nakamura

In that case I believe it's LINE client limitation for now, unfortunately.

Thread Thread
 
orz99 profile image
Lava

Unable to understand the purpose of this restriction :(

When user install 3rd party file explorer such like "File Manager+", they can pickup any file form it on LIFF app -> upload -> switch to File Manager+

This restriction will only increase the user's inconvenience.

Thread Thread
 
kenakamu profile image
Kenichiro Nakamura

Yeah totally agree. Hope they find a way to solve it. iOS and Android may behave differently?

Collapse
 
lakshmi462 profile image
Lakshmi

Hi Kenichiro.. Thanks for the tutorial..
I was not able to download a pdf file inside liff browser but the same is working fine in liff browser. I am using jspdf to generate and download this pdf. Is there any way to download inside liff browser.
Thanks

Collapse
 
kenakamu profile image
Kenichiro Nakamura

The first thing you can do it to call the function only to see if Sdk has issue or you didn’t reach to the function.