Re: Problem with uploading Zip file. Anyone please help me!!

2006-09-01 Thread libo bian
cfhttp method=post url=http://www./upload.html; username= password= resolveurl=yes multipart=Yes cfhttpparam name=UploadFile file=D:\Websites\scripts\ebaymotorpro\AETA89337\ebaymotorpro_AETA89337.zip type=file mimetype=application/zip /cfhttp -- Alan Rother Macromedia

Re: Problem with uploading Zip file. Anyone please help me!!

2006-09-01 Thread Casey Dougall
Alan added multipart=Yes to your cfhttp string. On 9/1/06, libo bian [EMAIL PROTECTED] wrote: cfhttp method=post url=http://www./upload.html; username= password= resolveurl=yes multipart=Yes cfhttpparam name=UploadFile

Re: Problem with uploading Zip file. Anyone please help me!!

2006-09-01 Thread libo bian
Alan added multipart=Yes to your cfhttp string. On 9/1/06, libo bian [EMAIL PROTECTED] wrote: I have tried that as well, but still no luck? anymore suggestions? ~| Introducing the Fusion Authority Quarterly Update. 80 pages of

Problem with uploading Zip file. Anyone please help me!!

2006-08-31 Thread libo bian
I was trying to upload a zip file through HTTP, my code is: cfhttp method=post url=http://www./upload.html; username= password= resolveurl=yes cfhttpparam name=UploadFile file=D:\Websites\scripts\ebaymotorpro\AETA89337\ebaymotorpro_AETA89337.zip type=file

Re: Problem with uploading Zip file. Anyone please help me!!

2006-08-31 Thread Alan Rother
cfhttp method=post url=http://www./upload.html; username= password= resolveurl=yes multipart=Yes cfhttpparam name=UploadFile file=D:\Websites\scripts\ebaymotorpro\AETA89337\ebaymotorpro_AETA89337.zip type=file mimetype=application/zip /cfhttp -- Alan Rother Macromedia