Hi, I saw ur post while i search for Mobile Upload and sorry that i couldn't
help u out, but i belive u can help me out in my problem by sending me ur
upload.xhtml and UploadProcess.aspx pages please.
[quoted text, click to view] "imm" wrote:
> I am trying to create "upload file" option on mobile web site.
> I created an upload.xhtml page that post the selected file to
> UploadProcess.aspx page.
> In aspx page get the input sream from Request.Files[0] collection.
> Everythig works fine when I test it using device emulator from VS 2005,
> but the process fails when I test it with real device. The Request.Files[0]
> collection is empty.