Home | History | Annotate | Download | only in html

Lines Matching refs:fileName

58 #include <wx/filename.h>
233 // if the current type is FILE, then we also need to include the filename
236 String fileName = value.file()->fileName();
238 // Let the application specify a filename if it's going to generate a replacement file for the upload.
244 fileName = generatedFileName;
248 // We have to include the filename=".." part in the header, even if the filename is empty
249 m_formDataBuilder.addFilenameToMultiPartHeader(header, encoding, fileName);
251 if (!fileName.isEmpty()) {
253 // not just a basename. But filename is not the path. But note that it's not safe to
256 String mimeType = MIMETypeRegistry::getMIMETypeForPath(fileName);