mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
12 lines
416 B
HTML
12 lines
416 B
HTML
<!DOCTYPE html>
|
|||
|
|
<html>
|
||
|
|
<head><meta charset="utf-8"><title>Success</title></head>
|
||
|
|
<body>
|
||
|
|
<!-- Real file input - triggers onShowFileChooser -->
|
||
|
|
<input type="file" id="uploadFile" />
|
||
|
|
<!-- Success extractor: imgur looks for a[href*="i.imgur.com"] or similar. Use generic http link. -->
|
||
|
|
<a id="result" href="https://i.imgur.com/abc123.png">Link</a>
|
||
|
|
<p>Full flow: chooser fires, success URL extracted.</p>
|
||
|
|
</body>
|
||
|
|
</html>
|