Search results 1-20 of 1,604 for "file".
Hallo, ich suche ein PHP Script zur Fileverwaltung und zum File Up-/Download. Hintergurnd: Ich habe einen Kunden, der muß größere Dateien (bis zu 500 MB) mit seinen Kunden austauschen. Leider fällt FTP-flach, da die Leute nicht damit umgehen können. Daher suche ich ein Script, das mir ein Webinterface für so ewtas bietet. Es müsste also eine kleine Userverwaltung dabei sein, da nicht jeder alles sehen darf, und die Files müssten per Webinterface uload- bzw downloadbar sein. Da die Files recht gr...
Hallo. Ich möchte sowas wie im Anhang gezeigt in mein Javaprogramm einbauen. Aber ich habe keine Ahnung wie. Wenn jemand helfen könnte, wäre ich sehr dankbar. Aber bitte kein fertigen Code, sondern villeicht ein paar Informationen womit und wie man das macht. Das Programm möchte ich selbst hinkriegen. Vielen Dank im voraus.
Das Input Element "file" lässt sich nicht wie ein gewähnliches Element per css behandeln z.B. HTML Code 1 <input type="file" name="upload" style="color:#ff0000" /> Folgendes JavaScript erledigt das für euch: JavaScript Code 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 var W3CDOM = (document.createElement && document.getElementsByTagName); function initFileUploads() { if (!W3CDOM) return; var fakeFileUpload = document.createElement('div'); fakeFileUpload.className = 'fakefile'; fak...
wenn die datei größer als MAX_FILE_SIZE ist, soll das script einen Fehler melden. PHP Quellcode 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 <?php switch($s) { default: ?> <form enctype="multipart/form-data" action="test.php?s=2" method="post"> <input type="hidden" name="MAX_FILE_SIZE" value="30000"> Send this file: <input name="userfile" type="file"> <input type="submit" value="Send File"> </form> <?php break; case 2: $uploaddir = '/aaa/images/'; print "<pre>"; if (move_uploaded_...
Hallo, eine Frage: Wie bekomme ich nach dem Einlesen des verzeichnisses die dateien in einer Schleife nacheinander mit fopen geöffnet? Irgendeine Idee? C Quellcode 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 #include <windows.h> #include <stdio.h> int main () { HANDLE fHandle; WIN32_FIND_DATA wfd; fHandle=FindFirstFile("O:\\Daten\\Trainingsprojekt_C++\\dfue_eingang\\*",&wfd); do { // Eintrag nur behandeln, wenn es nicht . oder .. ist (werden nu...
hallo an alle, mein file-upload funktioniert eigentlich sehr zuverlässig. aber kann mir jemand sagen, warum ich eine datei die folgenden code beinhaltet nicht uploaden kann? <script> </script> ich bekomme folgende fehlermeldung: "Die Seite kann nicht angezeigt werden. Die gewünschte Seite ist zurzeit nicht verfügbar. bla, bla, bla, u.s.w." kennt doch jeder, wenn eine seite nicht auffindbar ist. also das problem ist so: ich uploade html-datei. diese enthällt javascript code. es funktioniert sonst...
gnomevfs.FileInfo gnomevfs.FileInfo Prev The gnomevfs class reference Next gnomevfs.FileInfo gnomevfs.FileInfo — Object which stores information about a file Synopsis class gnomevfs.FileInfo : Attributes atime Access time. block_count Size measured in 512 byte blocks ctime Change time. device Device type. This property is only valid if the file is local. flags Flags for this file. See gnomevfs File Flags
gio.File gio.File Prev PyGio Class Reference Next gio.File gio.File — File and Directory Handling. Synopsis class gio.File ( gobject.GInterface ): gio.File ( commandline , path =None , uri =None ) def append_to ( flags =gio.FILE_CREATE_NONE , cancellable =None ) def append_to_async ( callback , flags =gio.FILE_CREATE_NONE , io_priority =glib.PRIORITY_DEFAULT , cancellable =None , user_data =None ) def append
CakePHP: the rapid development php framework: Api : All Files CakePHP Downloads Latest Release CakePHP 1.1 Download CakePHP 1.2 Download | Tickets CakePHP 1.3 Download | Tickets CakePHP 2.0 Tickets Documentation API 1.1 | 1.2 | 1.3 Book 1.1 | 1.2 | 1.3 Translations Tickets Community Google Groups CakeQs Bakery Planet Contributors Logo Services Support Training Consultation Certification The API Classes Source Files Packages All files cake/basics.php cake/bootstrap.php cake
gio.FileEnumerator gio.FileEnumerator Prev PyGio Class Reference Next gio.FileEnumerator gio.FileEnumerator — Enumerated Files Routines. Synopsis class gio.FileEnumerator ( gobject.GObject ): def close ( cancellable =None ) def close_async ( callback , io_priority =glib.PRIORITY_DEFAULT , cancellable =None , user_data =None ) def close_finish ( result ) def get_container ( ) def has_pending ( ) def is_closed ( ) def next_file ( cancellable =None ) def next_files
Important Files Advanced Bash Scripting Guide: Prev Next Appendix G. Important Files startup files These files contain the aliases and environmental variables made available to Bash running as a user shell and to all Bash scripts invoked after system initialization. /etc/profile Systemwide defaults, mostly setting the environment (all Bourne type shells, not just Bash [1] ) /etc/bashrc systemwide functions and aliases for Bash $HOME
gio.FileIcon gio.FileIcon Prev PyGio Class Reference Next gio.FileIcon gio.FileIcon — Icons pointing to an image file. Synopsis class gio.FileIcon ( gobject.GObject , gio.Icon , gio.LoadableIcon ): gio.FileIcon ( file ) def get_file ( ) Ancestry + gobject.GObject + gio.FileIcon Description The gio.FileIcon specifies an icon by pointing to an image file to be used as icon. Constructor gio.FileIcon ( file ) file : a gio.File Returns : a new gio.FileIcon for the given file, or None on error
gio.FileInputStream gio.FileInputStream Prev PyGio Class Reference Next gio.FileInputStream gio.FileInputStream — Base class for implementing streaming input Synopsis class gio.FileInputStream ( gio.InputStream ): def query_info ( attributes , cancellable =None ) def query_info_async ( attributes , callback , io_priority =glib.PRIORITY_DEFAULT , cancellable =None , user_data =None ) def query_info_finish ( result ) Ancestry + gobject.GObject + gio.InputStream + gio.FileInputStream Implemented In...
gio.FileInfo gio.FileInfo Prev PyGio Class Reference Next gio.FileInfo gio.FileInfo — File Information and Attributes Synopsis class gio.FileInfo ( gobject.GObject ): gio.FileInfo ( ) def clear_status ( ) def copy_into ( ) def dup ( ) def get_attribute_as_string ( attribute ) def get_attribute_boolean ( attribute ) def get_attribute_byte_string ( attribute ) def get_attribute_data ( attribute ) def get_attribute_int32 ( attribute
gio.FileOutputStream gio.FileOutputStream Prev PyGio Class Reference Next gio.FileOutputStream gio.FileOutputStream — Base class for implementing streaming input Synopsis class gio.FileOutputStream ( gio.OutputStream ): def get_etag ( ) def query_info ( attributes , cancellable =None ) def query_info_async ( attributes , callback , io_priority =glib.PRIORITY_DEFAULT , cancellable =None , user_data =None ) def query
Converting DOS Batch Files to Shell Scripts Advanced Bash Scripting Guide: Prev Next Appendix M. Converting DOS Batch Files to Shell Scripts Quite a number of programmers learned scripting on a PC running DOS. Even the crippled DOS batch file language allowed writing some fairly powerful scripts and applications, though they often required extensive kludges and workarounds. Occasionally, the need still arises to convert an old DOS batch file to a UNIX shell script
Shell initialization files Bash Guide for Beginners Prev Chapter 3. The Bash environment Next 3.1. Shell initialization files 3.1.1. System wide configuration files 3.1.1.1. /etc/profile When invoked interactively with the login option or when invoked as sh , Bash reads the /etc/profile instructions. These usually set the shell variables PATH , USER , MAIL , HOSTNAME and HISTSIZE . On some systems, the umask value is configured in /etc
PHP: simplexml_load_file Manual downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | links | conferences | my php.net s earch for in the all php.net sites this mirror only function list online documentation bug database Site News Archive All Changelogs just pear.php.net just pecl.php.net just talks.php.net general mailing list developer mailing list documentation mailing list PHP Manual Funktionsreferenz XML Manipulation SimpleXML Si...
A Sample .bashrc File Advanced Bash Scripting Guide: Prev Next Appendix L. A Sample .bashrc File The ~/.bashrc file determines the behavior of interactive shells. A good look at this file can lead to a better understanding of Bash. Emmanuel Rouat contributed the following very elaborate .bashrc file, written for a Linux system. He welcomes reader feedback on it. Study the file carefully, and feel free to reuse code snippets and functions from it in your own
gio.FileAttributeInfo gio.FileAttributeInfo Prev PyGio Class Reference Next gio.FileAttributeInfo gio.FileAttributeInfo — Information about a specific attribute. Synopsis class gio.FileAttributeInfo ( __builtin__.object ): Ancestry + __builtin__.object + gio.FileAttributeInfo Description The gio.FileAttributeInfo contains information about a specific attribute. gio.FileAttributeInfo Attributes "name" Read The name of the attribute