r-it Posted March 27, 2007 Share Posted March 27, 2007 i have another problem, i have this form which you have to enter your other details like passwords and qualifications and then upload your cv, and all on one form that is why i set the enctype thingie, so basically, a user gets an email with a url to activate their account and then they click on that and it takes them to the relevant page and then the get method is used to retrieve the activation codes and such, after which the user must supply the details and i then validate it with php, but the problem is that it doesnt even go to the validation, it refreshes itself when i hit the submit button, and the form method is post by the way. is it wrong to have an form upload where you're doing more than uploading files? Quote Link to comment https://forums.phpfreaks.com/topic/44468-solved-enctype-multipartform-data-problem/ Share on other sites More sharing options...
monk.e.boy Posted March 27, 2007 Share Posted March 27, 2007 No, it should work. try posting some code... monk.e.boy Quote Link to comment https://forums.phpfreaks.com/topic/44468-solved-enctype-multipartform-data-problem/#findComment-215995 Share on other sites More sharing options...
r-it Posted March 27, 2007 Author Share Posted March 27, 2007 it's cool i got it sorted monk.e.boy, the thing is I had the action like this action =\"\", after i made it like this: action=\"$_SERVER[php_SELF]\", it worked thanx anyway Quote Link to comment https://forums.phpfreaks.com/topic/44468-solved-enctype-multipartform-data-problem/#findComment-216065 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.