mime
Uploading File via PHP shredding .xls files
I have a chunk of code that is taking a user uploaded file, and processing it. When the user uploads a .xls file, the file is shredded. I suspect it has something to do with the MIME but I don\'t know[详细]
2023-04-13 05:17 分类:问答Issue with Downloading Torrent Files Using Webclient
I am trying to build a app that will download torrent files. While it downloads it seems not to save files correctly.[详细]
2023-04-11 12:53 分类:问答Failing to parse this multi-part mime message body in Java
I\'m not writing a mail application, so I don\'t have access to all the headers and such.All I have is something like the block at the end of this question.I\'ve tried using the JavaMail API to parse[详细]
2023-04-11 11:03 分类:问答email to php - working with large attachments
Using this tutorial Use Email Piping to Save Email Attachments I\'m on the way to making my own posterous type app - however, when I send large attachments (over 10k), they don\'t get upl开发者_StackO[详细]
2023-04-07 01:43 分类:问答How to decode bitmap images using python's email class
Hello I have python script that takes apart an email from a string. I am using the get_payload(decode=True) function from the email class and it works great for pdf\'s and jpg\'s but it does not decod[详细]
2023-04-06 17:55 分类:问答How to get the name from content-disposition in MIME::Entity part?
my $Parser = new MIME::Parser; my $entity = $Parser->parse_data( $body ); my @parts开发者_开发技巧 = $entity->parts;[详细]
2023-04-06 00:43 分类:问答ColdFusion Not Recognizing TIFF MIME type?
Coldfusion 8, Apache, Mac OS X Server 10.5. I have a web application which lets users upload images. However, it always fails to upload TIFF files. JPEG, GIF, and PNG upload 开发者_开发问答just fine,[详细]
2023-04-05 11:25 分类:问答How to test if a text fragment is Quoted-printable encoded
I am looking for a robust way in Java to test if a text fragment is quoted-printable encoded. The most straightforward way would be to test whether a string contains c开发者_开发技巧har sequences whic[详细]
2023-04-02 20:41 分类:问答downloading files with audio/mpeg mime type
I am trying to download remote mp3 files with an audio/mpeg mime type instead of right clicking on the link 开发者_运维问答then saving as. I have tried modifying the header content-type with php heade[详细]
2023-04-02 09:12 分类:问答Can I prevent a MIME embedded html image from appearing as an attachment?
Here is the code I am using to mail it: <?php include(\'Mail.php\'); include(\'Mail/mime.php\'); $address = \"Any old address will do\";[详细]
2023-03-29 14:43 分类:问答