Newbie with binary-upload-problems

This is a discussion on "Newbie with binary-upload-problems" within the Introduce Yourself section. This forum, and the thread "Newbie with binary-upload-problems are both part of the Community category.



Go Back   Webforumz.com > Community > Introduce Yourself

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old Oct 30th, 2006, 22:38
martinnn
Guest
Posts: n/a
Newbie with binary-upload-problems

Hi!

I just joined what seems to be a great forum!

I have som problems with the code for posting binary data to thirdpary site found in this thread:

http://www.webforumz.com/asp-forum/4...ghlight=binary


On the page that sends the binary post I use the following code togheter with the code posted on the page:

Code: Select all
<% 
Set frmPost = New MultiPartFormPost   
frmPost.AddFile Server.MapPath("../upload/74_1.gif"),"Img1"  
frmPost.AddFile Server.MapPath("../upload/74_2.gif"),"Img2"  
frmPost.AddFile Server.MapPath("../upload/74_3.gif"),"Img3" 
frmPost.AddField "Name","Martin" 
frmPost.Send("http://192.168.0.40/pro/upload2.asp")  
Set frmPost = Nothing   
%>
I then use a simple aspupload script to handle the fileupload, but nothing happens. The post is made with no errors but the files are not uploaded.

Someone that have got the code to work?

Please help me!
Reply With Quote

  #2 (permalink)  
Old Oct 31st, 2006, 07:50
Up'n'Coming Member
Join Date: Oct 2006
Location: Zurich
Posts: 93
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to berjoe Send a message via Yahoo to berjoe
Re: Newbie with binary-upload-problems

Welcome to webforumz, Martinn...

hugs,
berjoe
Reply With Quote
  #3 (permalink)  
Old Oct 31st, 2006, 09:05
Daniel's Avatar
Elite Veteran
Join Date: Sep 2006
Location: The Kingdom of Rabbits
Age: 21
Posts: 2,051
Blog Entries: 12
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to Daniel
Re: Newbie with binary-upload-problems

i hate binary

welcome to webforumz
Last Blog Entry: Assassin's Creed (Nov 22nd, 2007)
Reply With Quote
  #4 (permalink)  
Old Oct 31st, 2006, 17:38
martinnn
Guest
Posts: n/a
Re: Newbie with binary-upload-problems

Does someone know what can be wrong?

I really can't figure it out!
Reply With Quote
  #5 (permalink)  
Old Nov 1st, 2006, 00:49
JacobHaug's Avatar
SuperMember

SuperMember
Join Date: Dec 2005
Location: On Internet
Posts: 4,859
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via AIM to JacobHaug Send a message via MSN to JacobHaug
Re: Newbie with binary-upload-problems

Welcome to webforumz...Sorry no ideal, you know this is a website design forum. Right?
Reply With Quote
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Newbie with problems with Ap div aligment megb6806 Starting Out 4 Nov 17th, 2007 08:58
[SOLVED] Newbie having a few CSS problems!! Graeme36 Web Page Design 18 Sep 29th, 2007 16:27
CSS Newbie: Firefox alignment problems SuperGrover1981 Web Page Design 1 Aug 31st, 2006 10:28
problems with upload file. djanim8 Classic ASP 5 Dec 13th, 2005 17:33
asp file upload script having problems with MYSQL paulmcn Classic ASP 2 Oct 5th, 2005 18:45


All times are GMT. The time now is 04:33.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43