[Question] - Any Possible way to upload a file?
Personne n'a encore pris cette issue.
Évaluation
- Difficulté
- 5/5
- Temps estimé
- Plus d'une semaine
- Accessibilité débutants
- 15/100
Piste de recherche
L’issue ne fournit aucun fichier source, test ou point d’entrée à inspecter, et demande seulement si un fichier peut être téléversé via le port Web de PySimpleGUI. Il faut d’abord clarifier le flux de téléversement requis et le comportement du serveur ; la réalisation nécessiterait un périmètre d’implémentation convenu ainsi qu’un test ou une démo reproductible montrant que le fichier téléversé parvient au serveur.
Rédigé par le modèle d'indexation à partir du texte de l'issue.
Description
Type of Issue (Question)
Operating System Windows 10 64x
PySimpleGUI Port (Web)
Versions
Version information can be obtained by calling sg.main_get_debug_data()
Or you can print each version shown in ()
Python version 3.10.6
PySimpleGUI Version 0.39.0
GUI Version (Remi)
Your Experience In Months or Years (optional)
Years Python programming experience
2 Years
Years Programming experience overall
3 Years
Have used another Python GUI Framework? (tkinter, Qt, etc) (yes/no is fine)
Yes i have used both
Anything else you think would be helpful?
Troubleshooting
These items may solve your problem. Please check those you've done by changing - [ ] to - [X]
- [X ] Searched main docs for your problem www.PySimpleGUI.org
- [X ] Looked for Demo Programs that are similar to your goal. It is recommend you use the Demo Browser! Demos.PySimpleGUI.org
- [ X] If not tkinter - looked for Demo Programs for specific port
- [ X] For non tkinter - Looked at readme for your specific port if not PySimpleGUI (Qt, WX, Remi)
- [X ] Run your program outside of your debugger (from a command line)
- [ X] Searched through Issues (open and closed) to see if already reported Issues.PySimpleGUI.org
- [ X] Have upgraded to the latest release of PySimpleGUI on PyPI (lastest official version)
- [X ] Tried using the PySimpleGUI.py file on GitHub. Your problem may have already been fixed but not released
Detailed Description
Code To Duplicate
A short program that isolates and demonstrates the problem (Do not paste your massive program, but instead 10-20 lines that clearly show the problem)
This pre-formatted code block is all set for you to paste in your bit of code:
# Paste your code here
layout = [[sg.Text("1. Set Event.")],[sg.Combo(["DMO Practice/Demo Warning"," ", "TOR Tornado Warning"], enable_events=True, key='selalert')],[sg.Text("2. Set Duration, Date and Time.")],[sg.Combo(["0", "1", "2", "3", "4", "5", "6"], enable_events=True, key="hour")], [sg.Combo(["0", "15", "30", "45"], enable_events=True, key="minute")], [sg.Text("Set Location"), sg.InputText("", enable_events=True, key="fips")], [sg.Text("5. Set Audio")], [sg.Text("Select Optional Pre Alert Audio")]]
window = sg.Window('DASDEC II CONTROL', layout, web_port=8888, web_start_browser=False)
while True:
event, values = window.read()
print(event,values)
print(event)
print(values)
if event in (None, 'QUIT'):
break
combo = values['selalert']
alerttype = combo
window.close()
Watcha Makin?
Web Control Panel for issuing emergency alerts.
I Am wondering if its possible to upload a file to the server?
If you care to share something about your project, it would be awesome to hear what you're building.
- Langage dominant
- Python
- Étoiles
- 13.8k
- Forks
- 1.8k
- Métriques de merge des PR
- Aucune PR mergée en 30 j
Guide de contribution
Ouvrir le guide de contribution
Par où commencer
- Lisez l'issue en entier, puis le guide de contribution du projet.
- Signalez en commentaire que vous la prenez — cela évite que deux personnes fassent le même travail.
- Forkez le dépôt et travaillez sur une branche.
- Ouvrez une pull request qui référence le numéro de l'issue.
Autres issues de PySimpleGUI/PySimpleGUI
-
Bug Done - Install Dev Build (see docs for how) Platform Specific Issue - Linux Port - TK
Difficulté 2/5 1-3 heures Accessibilité débutants 68/100
PySimpleGUI/PySimpleGUI#6904 · 15 commentaires ·
-
Bug Demo Programs Done - Install Dev Build (see docs for how) Interoperability Port - TK workaround available
Difficulté 2/5 1-3 heures Accessibilité débutants 68/100
PySimpleGUI/PySimpleGUI#6900 · 1 commentaire ·
-
Done - Install Dev Build (see docs for how) enhancement
Difficulté 2/5 1-3 heures Accessibilité débutants 62/100
PySimpleGUI/PySimpleGUI#3251 · 12 commentaires ·
-
Difficulté 3/5 1-2 jours Accessibilité débutants 74/100
PySimpleGUI/PySimpleGUI#6906 · 1 commentaire · 1 réaction ·
-
Bug Done - Install Dev Build (see docs for how) Port - TK
Difficulté 3/5 1-2 jours Accessibilité débutants 45/100
PySimpleGUI/PySimpleGUI#6902 · 1 commentaire ·
Toutes les issues de PySimpleGUI/PySimpleGUI
Issues similaires
-
essnmx good first issue
Difficulté 1/5 Moins d'une heure Accessibilité débutants 95/100
-
[Feature] 奇物选择添加优先级 Ouverte
Difficulté 2/5 1-3 heures Accessibilité débutants 65/100
syfoud/Simulated_Scepter#174 ·
-
Difficulté 2/5 1-3 heures Accessibilité débutants 75/100
Giskard-AI/giskard-oss#2840 · 1 commentaire ·
-
A claim comment carrying the issue number is silently declined while the workflow reports success Ouvertearea: repo bug perceived difficulty: 2
Difficulté 2/5 1-3 heures Accessibilité débutants 70/100
-
Difficulté 2/5 1-3 heures Accessibilité débutants 75/100
yeti-platform/yeti#1380 ·