ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / Managing databases / Big Data / Managing Mongo files
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
Copies a file from the local computer to a MongoDB file system (gridFS).
Example
gclGridFS est un mongoGridFS
sFic est une chaîne = fSélecteur("", "", "Sélectionnez le fichier à envoyer dans GridFS", ...
"Tous les fichiers (*.*)" + TAB + "*.*", "", fselOuvre)
SI sFic <> "" ALORS
gclGridFS.EnvoieFichier(sFic, fExtraitChemin(sFic, fFichier + fExtension))
ToastAffiche("Envoi terminé avec succès.")
FIN
Syntax
(<Result>, <File information>) = <File system>.SendFile(<Name of file to copy> , <Name of copied file>)
<Result>: Boolean
  • True if the operation was performed,
  • False if a problem occurs. ErrorInfo is used to identify the error.
<File information>: mongoGridFSFileInfo variable
mongoGridFSFileInfo variable corresponding to the copied file.
<File system>: mongoGridFS variable
Name of the mongoGridFS variable corresponding to the MongoDB file system to use.
<Name of file to copy>: Character string
Path and name of file found on the local computer that will be copied into the MongoDB database.
<Name of copied file>: Character string
Name of file copied into the MongoDB database.
Component: wd290big.dll
Minimum version required
  • Version 25
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 06/21/2023

Send a report | Local help