tim
|
| Posted: 06/11/2002, 8:16 PM |
|
I know this has been said befor, in fact I know I have had a working copy but I cant find the article or my working version.
I have dundas installed.
When I upload an image I am redirected to the uploader.asp. The file does not upload and the screen result is.
{Result}
MySpace<-link
I know this is easy but darn if I can think of it.
|
|
|
 |
Alex Alexapolsky
|
| Posted: 06/12/2002, 6:13 AM |
|
Make sure UserImages subdirectory is created.
|
|
|
 |
tim
|
| Posted: 06/12/2002, 8:54 AM |
|
It was created
|
|
|
 |
tim
|
| Posted: 07/01/2002, 10:40 AM |
|
Someone please help, I have reinstalled dundas, I have the userimage directory, i_user acct has full control over evrything. I still get the same error as mentioned above. I know I being a moron, pls help. And yes I have read through the million topics. Any ideas appreciated
|
|
|
 |
Nicole
|
| Posted: 07/02/2002, 5:30 AM |
|
Tim,
make sure that you're using latest GotoCode version from: http://www.codecharge.com/download/files/examples/gotocodev2.zip
|
|
|
 |
tim
|
| Posted: 07/02/2002, 5:18 PM |
|
I downloaded the new GotoCode project installed it and have the same result. Everything else works. I am running IIS 5, maybe I hosed the settings?
|
|
|
 |
CodeCharge Support
|
| Posted: 07/03/2002, 12:32 AM |
|
Tim,
On the Uploader page the field name and field caption have the same names : "Result". Look at the generated code, two SetVar for "Result" exist. The one is for field caption and the other is for field value. But as they have the same name the SetVar for caption is overwritten with SetVar for field. The solution is to go to field/properties/common tab and change the name "Result" to any other, e.g. to Result_field.
If you get "Failed to get the Boundry" message for upload result then follow the advice:
two additional parameters should be passed from UploadImages page. I suppose in your case they aren't passed. Please go to UploadImages page/Form form/Open event. There should be the following code:
SetVar "extension","asp?FormAction=1&FormName=2"
Check it and if you have other code replace it with proposed one.
|
|
|
 |
macnet1
|
| Posted: 07/03/2002, 7:55 PM |
|
Thank you for the answer to the problem above, even though I was not the person who had the problem, I had the same situation and you fixed it for me also...
Keep up the good work mate.
Cheers
Mac
|
|
|
 |
jgmoreira
|
| Posted: 10/07/2002, 1:53 PM |
|
Well I tried to do a search using the keyword "boundary" and I didn't find the message with the answer from the CodeCharge Support team. It was because in your message the word boundary is mispelled and is written "boundry". Next time the problem occurs I hope it will be easier to others find the right way: just follow the link below.
http://www.gotocode.com/disc_viewt.asp?mid=12571&s_topic=upload&
|
|
|
 |
Sincotto
|
| Posted: 11/10/2002, 11:23 AM |
|
Yes thank you it fixed me too...8^}
Sin
|
|
|
 |