Re: Image Uploading - WeOnlyDo Discussion board

Re: Image Uploading (General questions)

by Shakeeb Ahmed, Friday, October 12, 2007, 08:13 (6050 days ago) @ Shakeeb Ahmed

I want to post some data with file uploading

I want post data stream as

[image]

and request Header stream as

Content-Type: multipart/form-data; boundary=---------------------------130732728322203
Content-Length: 56974

-----------------------------130732728322203
Content-Disposition: form-data; name= __VIEWSTATE


-----------------------------130732728322203
Content-Disposition: form-data; name= ImageToUpload ; filename= loaderio1.jpg
Content-Type: image/jpeg
-----------------------------130732728322203
Content-Disposition: form-data; name= Entity

EntityID=0;EntityType=User
-----------------------------130732728322203
Content-Disposition: form-data; name= UploadID

509178364
-----------------------------130732728322203
Content-Disposition: form-data; name= ViewImagesURL

http://xxxxxxx.xxxxxx.coxxxxm/index.cfm?fuseaction=xxxxx.xxxxx
-----------------------------130732728322203
Content-Disposition: form-data; name= albums

rdCurrentAlbum
-----------------------------130732728322203
Content-Disposition: form-data; name= AlbumDropdown

671415
-----------------------------130732728322203
Content-Disposition: form-data; name= txtNewAlbumName


-----------------------------130732728322203
Content-Disposition: form-data; name= ButtonUpload

Upload
-----------------------------130732728322203—


Complete thread: