2010-05-07 134 views
1

如何將.doc文件從黑莓手機上傳到網絡服務器,如簡歷附件?黑莓上傳文件到網絡服務器

+0

可能重複[如何通過http上傳文件到網站?](http://stackoverflow.com/questions/2788554/how-to-upload-the-file-through-http-to-the-網站) – 2012-07-17 03:28:05

回答

1

我只是要link you to a question I answered earlier today.您只需打開一個到的FileConnection .doc文件,打開的HttpConnection到Web服務器,並從的的FileConnection的InputStream讀入,然後寫到的HttpConnection的OutputStream中。

+0

好的,謝謝喬納森。我怎樣才能讀取它在servlet中。 – user335273 2010-05-10 06:41:53

相關問題